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/tramp-frame.h | |
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/tramp-frame.h')
-rw-r--r-- | gdb/tramp-frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tramp-frame.h b/gdb/tramp-frame.h index 67a39f8..886f94d 100644 --- a/gdb/tramp-frame.h +++ b/gdb/tramp-frame.h @@ -62,7 +62,7 @@ struct tramp_frame { ULONGEST bytes; ULONGEST mask; - } insn[16]; + } insn[48]; /* Initialize a trad-frame cache corresponding to the tramp-frame. FUNC is the address of the instruction TRAMP[0] in memory. */ void (*init) (const struct tramp_frame *self, |