diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2012-01-05 17:07:05 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2012-01-05 17:07:05 +0000 |
commit | 761f4555ccfc0a56a90a1e5006abb63c0c6bde84 (patch) | |
tree | 8c31fb37405af505622828f72d9950fd2b0557fa /gdb/config | |
parent | d7309e48b657e5f6460549e6e425fe14d602432c (diff) | |
download | gdb-761f4555ccfc0a56a90a1e5006abb63c0c6bde84.zip gdb-761f4555ccfc0a56a90a1e5006abb63c0c6bde84.tar.gz gdb-761f4555ccfc0a56a90a1e5006abb63c0c6bde84.tar.bz2 |
* configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
* config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/s390/s390.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/s390/s390.mh b/gdb/config/s390/s390.mh index 03db4a1..44c7a9a 100644 --- a/gdb/config/s390/s390.mh +++ b/gdb/config/s390/s390.mh @@ -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 |