aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2009-09-27 20:46:35 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2009-09-27 20:46:35 +0000
commit1ba3a4f4b8fd03066b112f984b5158a3f2ec33dd (patch)
tree1b61c3ecda630e90a95f7e4ac8b235282c434536 /gdb/configure.tgt
parent4168d2d6169a4a7160c9abd01253ba2620c717c2 (diff)
downloadgdb-1ba3a4f4b8fd03066b112f984b5158a3f2ec33dd.zip
gdb-1ba3a4f4b8fd03066b112f984b5158a3f2ec33dd.tar.gz
gdb-1ba3a4f4b8fd03066b112f984b5158a3f2ec33dd.tar.bz2
* configure.tgt (powerpc-*-linux* | powerpc64-*-linux*):
Add linux-tdep.o to gdb_target_obs. (s390*-*-*): Likewise.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 24331c3..20b739e 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -376,7 +376,7 @@ powerpc-*-linux* | powerpc64-*-linux*)
# Target: PowerPC running Linux
gdb_target_obs="rs6000-tdep.o ppc-linux-tdep.o ppc-sysv-tdep.o \
solib.o solib-svr4.o solib-spu.o spu-multiarch.o \
- corelow.o symfile-mem.o"
+ corelow.o symfile-mem.o linux-tdep.o"
gdb_sim=../sim/ppc/libsim.a
build_gdbserver=yes
;;
@@ -391,7 +391,7 @@ powerpc*-*-*)
s390*-*-*)
# Target: S390 running Linux
- gdb_target_obs="s390-tdep.o solib.o solib-svr4.o"
+ gdb_target_obs="s390-tdep.o solib.o solib-svr4.o linux-tdep.o"
build_gdbserver=yes
;;