diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-02-27 01:06:21 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-02-27 01:06:21 +0000 |
commit | e25c958c9864171b373b9089b80c312f849cb7c1 (patch) | |
tree | ba19ff162729629d0808dfe948ab0880e9820744 /gdb/Makefile.in | |
parent | 29dccb240bdb9d7de12936a6889b27550edd761b (diff) | |
download | gdb-e25c958c9864171b373b9089b80c312f849cb7c1.zip gdb-e25c958c9864171b373b9089b80c312f849cb7c1.tar.gz gdb-e25c958c9864171b373b9089b80c312f849cb7c1.tar.bz2 |
* configure.tgt (sh-*-linux*): Match sh*. Add glibc-tdep.o.
* sh-linux-tdep.c (sh_linux_init_abi): Use glibc_skip_solib_resolver
and svr4_fetch_objfile_link_map.
* Makefile.in (sh-linux-tdep.o): Update.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 027cbb1..ba64982 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2703,7 +2703,7 @@ shnbsd-tdep.o: shnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) $(regset_h) \ $(shnbsd_tdep_h) $(solib_svr4_h) sh-stub.o: sh-stub.c sh-linux-tdep.o: sh-linux-tdep.c $(defs_h) $(osabi_h) $(solib_svr4_h) \ - $(symtab_h) + $(symtab_h) $(glibc_tdep_h) sh-tdep.o: sh-tdep.c $(defs_h) $(frame_h) $(frame_base_h) $(frame_unwind_h) \ $(dwarf2_frame_h) $(symtab_h) $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) \ $(value_h) $(dis_asm_h) $(inferior_h) $(gdb_string_h) \ |