Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFC] Add rx to MAINTAINERS and Makefile.in
@ 2012-02-15 23:59 Kevin Buettner
  2012-02-16 14:35 ` Tom Tromey
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Buettner @ 2012-02-15 23:59 UTC (permalink / raw)
  To: gdb-patches

While making similar changes for rl78, I noticed that rx didn't appear
in either MAINTAINERS or Makefile.in.  This patch corrects that
oversight.

Comments?

	* MAINTAINERS: Add rx to target ISA section.
	* Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
	(ALLDEPFILES): Add rx-tdep.c.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.476
diff -u -p -r1.476 MAINTAINERS
--- MAINTAINERS	15 Feb 2012 22:17:01 -0000	1.476
+++ MAINTAINERS	15 Feb 2012 22:49:40 -0000
@@ -311,6 +311,8 @@ the native maintainer when resolving ABI
 
 	rl78		--target=rl78-elf ,-Werror
 
+	rx		--target=rx-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.1189
diff -u -p -r1.1189 Makefile.in
--- Makefile.in	15 Feb 2012 22:17:01 -0000	1.1189
+++ Makefile.in	15 Feb 2012 22:49:40 -0000
@@ -557,6 +557,7 @@ ALL_TARGET_OBS = \
 	ppc-linux-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o ppc-sysv-tdep.o \
 	rl78-tdep.o \
 	rs6000-aix-tdep.o rs6000-tdep.o \
+	rx-tdep.o \
 	s390-tdep.o \
 	score-tdep.o \
 	sh64-tdep.o sh-linux-tdep.o shnbsd-tdep.o sh-tdep.o \
@@ -1492,6 +1493,7 @@ ALLDEPFILES = \
 	dcache.c \
 	rl78-tdep.c \
 	rs6000-nat.c rs6000-tdep.c \
+	rx-tdep.c \
 	s390-tdep.c s390-nat.c \
 	score-tdep.c \
 	ser-go32.c ser-pipe.c ser-tcp.c ser-mingw.c \


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-16 23:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-15 23:59 [RFC] Add rx to MAINTAINERS and Makefile.in Kevin Buettner
2012-02-16 14:35 ` Tom Tromey
2012-02-16 23:51   ` Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox