From 70f13f6b008fa313e80bc4f8a88b747e86da5abb Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 29 Dec 2007 17:01:41 +0000 Subject: * 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 --- gdb/tramp-frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/tramp-frame.h') 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, -- cgit v1.2.1