diff options
author | Kevin Buettner <kevinb@redhat.com> | 2005-09-06 23:14:44 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2005-09-06 23:14:44 +0000 |
commit | 696cc4a69c289715d0d04de54b436e7ade8c2dea (patch) | |
tree | c5509f32ff5149dde70fd4d8ae20e8bea8e32489 /gdb/Makefile.in | |
parent | bfc1906fb07f235cb909a8d7860491e521c56c77 (diff) | |
download | fsf-binutils-gdb-696cc4a69c289715d0d04de54b436e7ade8c2dea.zip fsf-binutils-gdb-696cc4a69c289715d0d04de54b436e7ade8c2dea.tar.gz fsf-binutils-gdb-696cc4a69c289715d0d04de54b436e7ade8c2dea.tar.bz2 |
* mn10300-linux-tdep.c (solib-svr4.h): Include.
(mn10300_linux_svr4_fetch_link_map_offsets): New function.
(am33_linux_init_osabi): Register it.
* Makefile.in (mn10300-linux-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 7c5f86a..efc2d66 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2306,7 +2306,8 @@ mips-tdep.o: mips-tdep.c $(defs_h) $(gdb_string_h) $(gdb_assert_h) \ mipsv4-nat.o: mipsv4-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(target_h) \ $(regcache_h) $(gregset_h) mn10300-linux-tdep.o: mn10300-linux-tdep.c $(defs_h) $(gdbcore_h) \ - $(gdb_string_h) $(regcache_h) $(mn10300_tdep_h) + $(gdb_string_h) $(regcache_h) $(mn10300_tdep_h) $(gdb_assert_h) \ + $(bfd_h) $(elf_bfd_h) $(osabi_h) $(regset_h) $(solib_svr4_h) mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) \ $(gdbtypes_h) $(regcache_h) $(gdb_string_h) $(gdb_assert_h) \ $(frame_h) $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) \ |