aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2011-11-29 03:49:09 +0000
committerDJ Delorie <dj@redhat.com>2011-11-29 03:49:09 +0000
commit87326c782a97fdacdd003599c8633b28114f8ed9 (patch)
treefcce7203ce754ec2a269d2dea60c76fa6985c5c7 /gdb
parent1e3a8f45c5a6e5d922e6e981d1572f2db35fb7a9 (diff)
downloadfsf-binutils-gdb-87326c782a97fdacdd003599c8633b28114f8ed9.zip
fsf-binutils-gdb-87326c782a97fdacdd003599c8633b28114f8ed9.tar.gz
fsf-binutils-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/ChangeLog4
-rw-r--r--gdb/NEWS4
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
diff --git a/gdb/NEWS b/gdb/NEWS
index 93a799b..f13caf8 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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.