diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-04-27 20:48:25 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-04-27 20:48:25 +0000 |
commit | ccf00f21795678e609af3faa0437cc216f039907 (patch) | |
tree | 188469d0c8fbcceaff9c555c8ea106f72c252775 /gdb/Makefile.in | |
parent | 4ec242d7be3f7d2fdd3f3e4927fcb0b895fb7dd2 (diff) | |
download | gdb-ccf00f21795678e609af3faa0437cc216f039907.zip gdb-ccf00f21795678e609af3faa0437cc216f039907.tar.gz gdb-ccf00f21795678e609af3faa0437cc216f039907.tar.bz2 |
* sh-tdep.c (sh_linux_svr4_fetch_link_map_offsets): Remove function.
(sh_gdbarch_init): Remove redundant prototype.
* sh-linux-tdep.c: New file.
* config/sh/tm-linux.h (sh_linux_svr4_fetch_link_map_offsets):
Remove prototype.
(SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
* config/sh/linux.mt (TDEPFILES): Add sh64-tdep.o, remove
solib-legacy.o.
* Makefile.in (sh-linux-tdep.o): New.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index a64d403..ea8ec3e 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2505,6 +2505,7 @@ shnbsd-tdep.o: shnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) $(value_h) \ $(osabi_h) $(solib_svr4_h) $(nbsd_tdep_h) $(sh_tdep_h) \ $(shnbsd_tdep_h) sh-stub.o: sh-stub.c +sh-linux-tdep.o: sh-linux-tdep.c $(defs_h) $(osabi_h) $(solib_svr4_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) \ |