diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2004-11-21 01:51:16 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2004-11-21 01:51:16 +0000 |
commit | fefa18880beb0d6e2de40563fb6827ec019ee18b (patch) | |
tree | 7ba24ed2678954b7937d96761253d9598405c17e /gdb/config/m68k/linux.mt | |
parent | 27a987e351b076f0b154329c5bf02c3b4b6994ee (diff) | |
download | gdb-fefa18880beb0d6e2de40563fb6827ec019ee18b.zip gdb-fefa18880beb0d6e2de40563fb6827ec019ee18b.tar.gz gdb-fefa18880beb0d6e2de40563fb6827ec019ee18b.tar.bz2 |
* m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
(m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
to glibc_skip_solib_resolver.
* config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o. Remove
solib-legacy.o.
* Makefile.in (m68klinux-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/config/m68k/linux.mt')
-rw-r--r-- | gdb/config/m68k/linux.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m68k/linux.mt b/gdb/config/m68k/linux.mt index 262f67b..c9abbe3 100644 --- a/gdb/config/m68k/linux.mt +++ b/gdb/config/m68k/linux.mt @@ -1,3 +1,3 @@ # Target: Motorola m68k with a.out and ELF -TDEPFILES= m68k-tdep.o m68klinux-tdep.o solib.o solib-svr4.o solib-legacy.o +TDEPFILES= m68k-tdep.o m68klinux-tdep.o solib.o solib-svr4.o glibc-tdep.o DEPRECATED_TM_FILE= solib.h |