* configure.tgt (powerpc-*-linux* | powerpc64-*-linux*):
Add linux-tdep.o to gdb_target_obs. (s390*-*-*): Likewise.
This commit is contained in:
parent
4168d2d616
commit
1ba3a4f4b8
2 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue