aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2004-11-21 01:51:16 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2004-11-21 01:51:16 +0000
commitfefa18880beb0d6e2de40563fb6827ec019ee18b (patch)
tree7ba24ed2678954b7937d96761253d9598405c17e /gdb/Makefile.in
parent27a987e351b076f0b154329c5bf02c3b4b6994ee (diff)
downloadgdb-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/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index d7183d8..7593097 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2182,7 +2182,8 @@ m68klinux-nat.o: m68klinux-nat.c $(defs_h) $(frame_h) $(inferior_h) \
m68klinux-tdep.o: m68klinux-tdep.c $(defs_h) $(gdbcore_h) $(doublest_h) \
$(floatformat_h) $(frame_h) $(target_h) $(gdb_string_h) \
$(gdbtypes_h) $(osabi_h) $(regcache_h) $(objfiles_h) $(symtab_h) \
- $(m68k_tdep_h) $(trad_frame_h) $(frame_unwind_h)
+ $(m68k_tdep_h) $(trad_frame_h) $(frame_unwind_h) $(solib_svr4_h) \
+ $(glibc_tdep_h)
m68k-stub.o: m68k-stub.c
m68k-tdep.o: m68k-tdep.c $(defs_h) $(dwarf2_frame_h) $(frame_h) \
$(frame_base_h) $(frame_unwind_h) $(floatformat_h) $(symtab_h) \