aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2014-12-19 13:13:07 +0800
committerYao Qi <yao@codesourcery.com>2014-12-19 13:13:07 +0800
commitbb7e3f4d51bf73843de0572af17ee1b6cf1167db (patch)
tree327201289e0007aac7eec948263913a797cb11e3 /gdb/Makefile.in
parentff7609bc46d9afdd4fdbaebf49a838db75d78057 (diff)
downloadgdb-bb7e3f4d51bf73843de0572af17ee1b6cf1167db.zip
gdb-bb7e3f4d51bf73843de0572af17ee1b6cf1167db.tar.gz
gdb-bb7e3f4d51bf73843de0572af17ee1b6cf1167db.tar.bz2
MIPS SDE OS ABI support
This patch is to add SDE OS ABI support in GDB, which has been used in codesourcery gdb tree for some years. gdb: 2014-12-19 Maciej W. Rozycki <macro@codesourcery.com> Nigel Stephens <nigel@mips.com> Chris Dearman <chris@mips.com> Luis Machado <lgustavo@codesourcery.com> * Makefile.in (ALL_TARGET_OBS): Add mips-sde-tdep.o. (ALLDEPFILES): Add mips-sde-tdep.c. * mips-sde-tdep.c: New file containg SDE specific code. * configure.tgt (mips*-sde*-elf*): Add mips-sde-dep.o to gdb_target_obs. * defs.h (gdb_osabi): Add GDB_OSABI_SDE. * osabi.c (gdb_osabi_names): Add SDE. * NEWS: Mention the change.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 2f69eb2..be69b6f 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -664,7 +664,7 @@ ALL_TARGET_OBS = \
m88k-tdep.o \
mep-tdep.o \
microblaze-tdep.o microblaze-linux-tdep.o \
- mips-linux-tdep.o \
+ mips-linux-tdep.o mips-sde-tdep.o \
mipsnbsd-tdep.o mips-tdep.o \
mn10300-linux-tdep.o mn10300-tdep.o \
moxie-tdep.o \
@@ -1682,6 +1682,7 @@ ALLDEPFILES = \
microblaze-tdep.c microblaze-linux-tdep.c \
mingw-hdep.c \
mips-linux-nat.c mips-linux-tdep.c \
+ mips-sde-tdep.c \
mips-tdep.c \
mipsnbsd-nat.c mipsnbsd-tdep.c \
mips64obsd-nat.c mips64obsd-tdep.c \