diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-08-08 20:59:19 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-08-08 20:59:19 +0000 |
commit | 059cb7d23e55eda43704b20385cb7e212e0e3284 (patch) | |
tree | 39756065fc56b677b238d03ef6ad98de75e21912 /gdb/Makefile.in | |
parent | 44c86e8c6da0c80ea8a55718bdab34e05e065abd (diff) | |
download | gdb-059cb7d23e55eda43704b20385cb7e212e0e3284.zip gdb-059cb7d23e55eda43704b20385cb7e212e0e3284.tar.gz gdb-059cb7d23e55eda43704b20385cb7e212e0e3284.tar.bz2 |
* tramp-frame.h (struct tramp_frame): Allow for 16 instructions
instead of 8.
* m68kbsd-tdep.c: Include "frame.h", "trad-frame.h" and
"tramp-frame.h".
(m68kobsd_sigtramp_cache_init): New function.
(m68kbsd_aout_init_abi): Prepend m68kobsd_sigtramp unwinder.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 112e2f5..a8222ef 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2218,9 +2218,10 @@ m68hc11-tdep.o: m68hc11-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \ m68kbsd-nat.o: m68kbsd-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \ $(regcache_h) $(gdb_assert_h) $(m68k_tdep_h) $(inf_ptrace_h) \ $(bsd_kvm_h) -m68kbsd-tdep.o: m68kbsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \ - $(regcache_h) $(regset_h) $(gdb_assert_h) $(gdb_string_h) \ - $(m68k_tdep_h) $(solib_svr4_h) +m68kbsd-tdep.o: m68kbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ + $(osabi_h) $(regcache_h) $(regset_h) $(trad_frame_h) \ + $(tramp_frame_h)$(gdb_assert_h) $(gdb_string_h) $(m68k_tdep_h) \ + $(solib_svr4_h) m68klinux-nat.o: m68klinux-nat.c $(defs_h) $(frame_h) $(inferior_h) \ $(language_h) $(gdbcore_h) $(gdb_string_h) $(regcache_h) \ $(m68k_tdep_h) $(gdb_stat_h) $(floatformat_h) $(target_h) \ |