diff options
author | Mark Kettenis <kettenis@gnu.org> | 2007-12-29 17:01:41 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2007-12-29 17:01:41 +0000 |
commit | 70f13f6b008fa313e80bc4f8a88b747e86da5abb (patch) | |
tree | 961796f9305a8c31dcf088de3bd0a98a7abd61fb /gdb/Makefile.in | |
parent | ba104c838a87d1a68c04c1d2ca2b25947a474c5e (diff) | |
download | gdb-70f13f6b008fa313e80bc4f8a88b747e86da5abb.zip gdb-70f13f6b008fa313e80bc4f8a88b747e86da5abb.tar.gz gdb-70f13f6b008fa313e80bc4f8a88b747e86da5abb.tar.bz2 |
* i386nbsd-tdep.c: Include "trad-frame.h" and "tramp-frame.h"
(sigtramp_retcode, i386nbsd_sigtramp_offset, i386nbsd_sigtramp_p):
Remove
(i386nbsd_mc_reg_offset): New array.
(i386nbsd_sigtramp_cache_init): New function.
(i386nbsd_sigtramp_sc16, i386nbsd_sigtramp_sc2, i386nbsd_sigtramp_si2)
(i386nbsd_sigtramp_si31, i386nbsd_sigtramp_si4): New signal trampoline
frame descriptions.
(i386nbsd_init_abi): Override ABI sigcontext defaults and register
new signal frame unwinders
* Makefile.in (i386nbsd-tdep.o): Update dependencies.
* tramp-frame.h (struct tramp_frame): Allow for 48 instructions
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 114333c..ede7227 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2226,7 +2226,7 @@ i386nbsd-nat.o: i386nbsd-nat.c $(defs_h) $(gdbcore_h) $(regcache_h) \ i386nbsd-tdep.o: i386nbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ $(gdbcore_h) $(regcache_h) $(regset_h) $(osabi_h) $(symtab_h) \ $(gdb_assert_h) $(gdb_string_h) $(i386_tdep_h) $(i387_tdep_h) \ - $(nbsd_tdep_h) $(solib_svr4_h) + $(nbsd_tdep_h) $(solib_svr4_h) $(trad_frame_h) $(tramp_frame_h) i386-nto-tdep.o: i386-nto-tdep.c $(defs_h) $(frame_h) $(osabi_h) \ $(regcache_h) $(target_h) $(gdb_assert_h) $(gdb_string_h) \ $(i386_tdep_h) $(i387_tdep_h) $(nto_tdep_h) $(solib_h) \ |