* configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 5 Jan 2012 17:07:05 +0000 (17:07 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 5 Jan 2012 17:07:05 +0000 (17:07 +0000)
* config/s390/s390.mh (NATDEPFILES): Remove corelow.o.

gdb/ChangeLog
gdb/config/s390/s390.mh
gdb/configure.tgt

index 553cb76..3586c7a 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
+       * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
+
 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
 
        * infrun.c (normal_stop): Don't skip calling the normal_stop
index 03db4a1..44c7a9a 100644 (file)
@@ -1,6 +1,6 @@
 # Host: S390, running Linux
 NAT_FILE= config/nm-linux.h
-NATDEPFILES= inf-ptrace.o fork-child.o corelow.o s390-nat.o \
+NATDEPFILES= inf-ptrace.o fork-child.o s390-nat.o \
        linux-thread-db.o proc-service.o \
        linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o
 NAT_CDEPS = $(srcdir)/proc-service.list
index 178bad7..5542af0 100644 (file)
@@ -428,7 +428,7 @@ powerpc*-*-*)
 
 s390*-*-*)
        # Target: S390 running Linux
-       gdb_target_obs="s390-tdep.o solib-svr4.o linux-tdep.o"
+       gdb_target_obs="s390-tdep.o solib-svr4.o corelow.o linux-tdep.o"
        build_gdbserver=yes
        ;;