summaryrefslogtreecommitdiff
path: root/gdb/tramp-frame.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2007-12-29 17:01:41 +0000
committerMark Kettenis <kettenis@gnu.org>2007-12-29 17:01:41 +0000
commit70f13f6b008fa313e80bc4f8a88b747e86da5abb (patch)
tree961796f9305a8c31dcf088de3bd0a98a7abd61fb /gdb/tramp-frame.h
parentba104c838a87d1a68c04c1d2ca2b25947a474c5e (diff)
downloadbinutils-gdb-70f13f6b008fa313e80bc4f8a88b747e86da5abb.tar.gz
* 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tramp-frame.h b/gdb/tramp-frame.h
index 67a39f87e18..886f94d32fb 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,