diff options
author | Daniel Jacobowitz <dan@debian.org> | 2003-06-20 13:57:30 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2003-06-20 13:57:30 +0000 |
commit | 4cb58a320e88cd49667ceef0a5bc0e5dfcc9caaf (patch) | |
tree | c621fe2b239ee5a3782f34b07e0b4a337d3380e2 /gdb/config/m68k | |
parent | 5ff18a335b99db10ea4dd6860dbc65405cc5c1c6 (diff) | |
download | gdb-4cb58a320e88cd49667ceef0a5bc0e5dfcc9caaf.tar.gz |
* config/arm/linux.mt: Remove code protected by GDBSERVER define.
* config/arm/nm-linux.h: Likewise.
* config/arm/tm-linux.h: Likewise.
* config/ia64/nm-linux.h: Likewise.
* config/ia64/tm-ia64.h: Likewise.
* config/s390/tm-linux.h: Likewise.
* config/s390/tm-s390.h: Likewise.
* s390-nat.c: Likewise.
* s390-tdep.c: Likewise.
* config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
* config/ia64/linux.mt: Likewise.
* config/m68k/linux.mh: Likewise.
* config/mips/linux.mt: Likewise.
* config/powerpc/linux.mh: Likewise.
* config/sh/linux.mt: Likewise.
Diffstat (limited to 'gdb/config/m68k')
-rw-r--r-- | gdb/config/m68k/linux.mh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/m68k/linux.mh b/gdb/config/m68k/linux.mh index d814b73a9e9..7de2c3f6e13 100644 --- a/gdb/config/m68k/linux.mh +++ b/gdb/config/m68k/linux.mh @@ -10,5 +10,3 @@ NATDEPFILES= infptrace.o inftarg.o fork-child.o \ # The dynamically loaded libthread_db needs access to symbols in the # gdb executable. LOADLIBES = -ldl -rdynamic - -GDBSERVER_DEPFILES = linux-low.o linux-m68k-low.o reg-m68k.o |