* configure.tgt (powerpc-*-linux* | powerpc64-*-linux*):
authorUlrich Weigand <uweigand@de.ibm.com>
Sun, 27 Sep 2009 20:46:35 +0000 (20:46 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Sun, 27 Sep 2009 20:46:35 +0000 (20:46 +0000)
Add linux-tdep.o to gdb_target_obs.
(s390*-*-*): Likewise.

gdb/ChangeLog
gdb/configure.tgt

index ca1748d017744c9e6ba1b55a4cdadf675197b477..1b3bc4de786d7894f7f35477467d6f0f141d6207 100644 (file)
@@ -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.
index 24331c30f701562ce0ae6f3d1c49f47263162f8e..20b739edd914a2492dc7989fb047f3b798e143c0 100644 (file)
@@ -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
        ;;
 
This page took 0.034067 seconds and 4 git commands to generate.