This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFC] Add rx to MAINTAINERS and Makefile.in


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 \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]