diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-09-27 20:46:35 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-09-27 20:46:35 +0000 |
commit | 1ba3a4f4b8fd03066b112f984b5158a3f2ec33dd (patch) | |
tree | 1b61c3ecda630e90a95f7e4ac8b235282c434536 /gdb | |
parent | 4168d2d6169a4a7160c9abd01253ba2620c717c2 (diff) | |
download | gdb-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')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/configure.tgt | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ca1748d..1b3bc4de 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2009-09-27 Ulrich Weigand <uweigand@de.ibm.com> + + * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): + Add linux-tdep.o to gdb_target_obs. + (s390*-*-*): Likewise. + 2009-09-27 Don Lee <don.lee@sunplusct.com> * score-tdep.c: Comment out some simulator dependent codes. 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 ;; |