From: Kevin Buettner Date: Wed, 15 Feb 2012 22:17:02 +0000 (+0000) Subject: * MAINTAINERS: Add rl78 to target ISA section. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=a58b110ab4c200e5bf7c4415ab3be44f0d01b868;p=deliverable%2Fbinutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b1a1847e98..e04135bd69 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2012-02-15 Kevin Buettner + + * 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. + 2012-02-15 Aleksandar Ristovski * frame.c (find_frame_sal): Initialize sal->pspace field from frame diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 0cb0fbb31a..508c0c97c3 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -309,6 +309,8 @@ the native maintainer when resolving ABI issues. powerpc --target=powerpc-eabi ,-Werror + rl78 --target=rl78-elf ,-Werror + s390 --target=s390-linux-gnu ,-Werror score --target=score-elf diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 9f30a6182e..59a9700f41 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -555,6 +555,7 @@ ALL_TARGET_OBS = \ mt-tdep.o \ nto-tdep.o \ ppc-linux-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o ppc-sysv-tdep.o \ + rl78-tdep.o \ rs6000-aix-tdep.o rs6000-tdep.o \ s390-tdep.o \ score-tdep.o \ @@ -1489,6 +1490,7 @@ ALLDEPFILES = \ remote-m32r-sdi.c remote-mips.c \ remote-sim.c \ dcache.c \ + rl78-tdep.c \ rs6000-nat.c rs6000-tdep.c \ s390-tdep.c s390-nat.c \ score-tdep.c \ diff --git a/gdb/NEWS b/gdb/NEWS index ec7863a782..6ed8fa7b22 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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