summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2012-02-15 22:17:00 +0000
committerKevin Buettner <kevinb@redhat.com>2012-02-15 22:17:00 +0000
commitbdb17fe05c3bef3993ce3479fdd44060ecfead56 (patch)
tree814804e90fffe1333dc61d7bb8c1d4b9effb43e4 /gdb/Makefile.in
parent278155aaba21f1f68f90c9a9d484fef463f864da (diff)
downloadgdb-bdb17fe05c3bef3993ce3479fdd44060ecfead56.tar.gz
* 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.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 9f30a6182e4..59a9700f417 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 \