aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2012-02-15 22:17:02 +0000
committerKevin Buettner <kevinb@redhat.com>2012-02-15 22:17:02 +0000
commita58b110ab4c200e5bf7c4415ab3be44f0d01b868 (patch)
tree3231c55fdaea03d3218e730804a35d5d8cbf7444 /gdb/Makefile.in
parent4cb6da1cdd239a764f8a08f5aff0ab82ad270a7f (diff)
downloadgdb-a58b110ab4c200e5bf7c4415ab3be44f0d01b868.zip
gdb-a58b110ab4c200e5bf7c4415ab3be44f0d01b868.tar.gz
gdb-a58b110ab4c200e5bf7c4415ab3be44f0d01b868.tar.bz2
* 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 9f30a61..59a9700 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 \