This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[RFA] Add rl78 to NEWS, MAINTAINERS, and Makefile.in
- From: Kevin Buettner <kevinb at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Tue, 14 Feb 2012 15:37:34 -0700
- Subject: [RFA] Add rl78 to NEWS, MAINTAINERS, and Makefile.in
I think I need approval for the NEWS entry. The rest of it is an RFC.
Is there anything else I forgot?
(Thanks to Pedro for reminding me about ALL_TARGET_OBS.)
Kevin
* 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.
Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.475
diff -u -p -r1.475 MAINTAINERS
--- MAINTAINERS 14 Feb 2012 14:42:12 -0000 1.475
+++ MAINTAINERS 14 Feb 2012 22:27:12 -0000
@@ -309,6 +309,8 @@ the native maintainer when resolving ABI
powerpc --target=powerpc-eabi ,-Werror
+ rl78 --target=rl78-elf ,-Werror
+
s390 --target=s390-linux-gnu ,-Werror
score --target=score-elf
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.1188
diff -u -p -r1.1188 Makefile.in
--- Makefile.in 9 Feb 2012 16:06:43 -0000 1.1188
+++ Makefile.in 14 Feb 2012 22:27:13 -0000
@@ -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 \
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.487
diff -u -p -r1.487 NEWS
--- NEWS 7 Feb 2012 19:47:15 -0000 1.487
+++ NEWS 14 Feb 2012 22:27:13 -0000
@@ -1,6 +1,10 @@
What has changed in GDB?
(Organized release by release)
+* New targets
+
+Renesas RL78 rl78-*-elf
+
*** Changes since GDB 7.4
* Python scripting