diff options
author | DJ Delorie <dj@redhat.com> | 2011-11-29 03:49:09 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2011-11-29 03:49:09 +0000 |
commit | 87326c782a97fdacdd003599c8633b28114f8ed9 (patch) | |
tree | fcce7203ce754ec2a269d2dea60c76fa6985c5c7 /gdb | |
parent | 1e3a8f45c5a6e5d922e6e981d1572f2db35fb7a9 (diff) | |
download | gdb-87326c782a97fdacdd003599c8633b28114f8ed9.zip gdb-87326c782a97fdacdd003599c8633b28114f8ed9.tar.gz gdb-87326c782a97fdacdd003599c8633b28114f8ed9.tar.bz2 |
[sim]
* configure.tgt: Add rl78 support.
* configure: Regenerate.
* rl78: New directory.
* MAINTAINERS: Add myself as RL78 maintainer.
[gdb]
* NEWS: Mention RL78 simulator.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 12dc10a..c759514 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-11-28 DJ Delorie <dj@redhat.com> + + * NEWS: Mention RL78 simulator. + 2011-11-28 Joel Brobecker <brobecker@adacore.com> * symfile.h (struct quick_symbol_functions): Fix the documentation @@ -233,6 +233,10 @@ qTMinFTPILen Texas Instruments TMS320C6x tic6x-*-* +* New Simulators + +Renesas RL78 rl78-*-elf + *** Changes in GDB 7.3.1 * The build failure for NetBSD and OpenBSD targets have now been fixed. |