diff options
author | Kevin Buettner <kevinb@redhat.com> | 2012-02-15 22:17:02 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2012-02-15 22:17:02 +0000 |
commit | a58b110ab4c200e5bf7c4415ab3be44f0d01b868 (patch) | |
tree | 3231c55fdaea03d3218e730804a35d5d8cbf7444 /gdb/NEWS | |
parent | 4cb6da1cdd239a764f8a08f5aff0ab82ad270a7f (diff) | |
download | gdb-a58b110ab4c200e5bf7c4415ab3be44f0d01b868.zip gdb-a58b110ab4c200e5bf7c4415ab3be44f0d01b868.tar.gz gdb-a58b110ab4c200e5bf7c4415ab3be44f0d01b868.tar.bz2 |
* MAINTAINERS: Add rl78 to target ISA section.
* Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
(ALLDEPFILES): Add rl78-tdep.c.
* NEWS: Mention rl78 as a new target.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -52,6 +52,10 @@ ** "enable count" can be used to auto-disable a breakpoint after several hits. +* New targets + +Renesas RL78 rl78-*-elf + *** Changes in GDB 7.4 * GDB now handles ambiguous linespecs more consistently; the existing |