From: Ulrich Weigand Date: Sun, 27 Sep 2009 20:46:35 +0000 (+0000) Subject: * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ba3a4f4b8fd03066b112f984b5158a3f2ec33dd;p=binutils-gdb.git * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add linux-tdep.o to gdb_target_obs. (s390*-*-*): Likewise. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ca1748d0177..1b3bc4de786 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2009-09-27 Ulrich Weigand + + * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): + Add linux-tdep.o to gdb_target_obs. + (s390*-*-*): Likewise. + 2009-09-27 Don Lee * score-tdep.c: Comment out some simulator dependent codes. diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 24331c30f70..20b739edd91 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 ;;