diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-12-26 19:31:22 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-12-26 19:31:22 +0000 |
commit | 4807909c00e91d9b9d173413ea62e3abb5695fe5 (patch) | |
tree | 6863e587daf89e9b46f4ea62cf60ca98dc700106 /gdb/Makefile.in | |
parent | dfe1ff2efe86bf104de15a9e331b9ea99c9e4660 (diff) | |
download | gdb-4807909c00e91d9b9d173413ea62e3abb5695fe5.zip gdb-4807909c00e91d9b9d173413ea62e3abb5695fe5.tar.gz gdb-4807909c00e91d9b9d173413ea62e3abb5695fe5.tar.bz2 |
* sparc64obsd-tdep.c: Include "obsd-tdep.h".
(sparc64obsd_init_abi): Set skip_solib_resolver to
obsd_skip_solib_resolver instead of find_solib_trampoline_target.
* Makefile.in (sparc64obsd-tdep.o): Update dependencies.
* config/sparc/obsd64.mt (TDEPFILES): Add obsd-tdep.o.
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 69a35af..5caded7 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2605,7 +2605,8 @@ sparc64nbsd-tdep.o: sparc64nbsd-tdep.c $(defs_h) $(frame_h) \ $(gdb_assert_h) $(gdb_string_h) $(sparc64_tdep_h) $(nbsd_tdep_h) sparc64obsd-tdep.o: sparc64obsd-tdep.c $(defs_h) $(frame_h) \ $(frame_unwind_h) $(osabi_h) $(regset_h) $(symtab_h) $(objfiles_h) \ - $(solib_svr4_h) $(trad_frame_h) $(gdb_assert_h) $(sparc64_tdep_h) + $(solib_svr4_h) $(trad_frame_h) $(gdb_assert_h) $(obsd_tdep_h) \ + $(sparc64_tdep_h) sparc64-sol2-tdep.o: sparc64-sol2-tdep.c $(defs_h) $(frame_h) \ $(frame_unwind_h) $(gdbarch_h) $(symtab_h) $(objfiles_h) $(osabi_h) \ $(trad_frame_h) $(gdb_assert_h) $(sparc64_tdep_h) $(solib_svr4_h) |