* MAINTAINERS: Add rx to target ISA section.
authorKevin Buettner <kevinb@redhat.com>
Thu, 16 Feb 2012 23:39:37 +0000 (23:39 +0000)
committerKevin Buettner <kevinb@redhat.com>
Thu, 16 Feb 2012 23:39:37 +0000 (23:39 +0000)
* Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
(ALLDEPFILES): Add rx-tdep.c.

gdb/ChangeLog
gdb/MAINTAINERS
gdb/Makefile.in

index 77d2d7e95f82552a2f619f7321d30a755753a9f7..daa0a90eacfdaedd42976436df754ca7cc3ce63a 100644 (file)
@@ -1,3 +1,9 @@
+2012-02-16  Kevin Buettner  <kevinb@redhat.com>
+
+       * MAINTAINERS: Add rx to target ISA section.
+       * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
+       (ALLDEPFILES): Add rx-tdep.c.
+
 2012-02-16  Tom Tromey  <tromey@redhat.com>
 
        * symfile.c (symbol_file_add_main_1): Use inferior's
index 508c0c97c37c5619493d814d7ef1cc2fd1eb3c3f..98e3146454ced37bb7949ec5e781ea371eb5a12a 100644 (file)
@@ -311,6 +311,8 @@ the native maintainer when resolving ABI issues.
 
        rl78            --target=rl78-elf ,-Werror
 
+       rx              --target=rx-elf ,-Werror
+
        s390            --target=s390-linux-gnu ,-Werror
 
        score   --target=score-elf
index 59a9700f4176cfd41e896c099fcf9e0921f36cef..3e1b93c90d7fd5e11c02b2ed887161bf8ba2490a 100644 (file)
@@ -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 \
This page took 0.028619 seconds and 4 git commands to generate.