From d469a809fae43c5d442b4089b67b722832812b3e Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Fri, 1 Jun 2001 02:22:01 +0000 Subject: [PATCH] * ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to match the location at which the kernel is placing the sigcontext struct. --- gdb/ChangeLog | 6 ++++++ gdb/ia64-linux-tdep.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b0a897f76cc..5b02069171a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-05-31 Kevin Buettner + + * ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to + match the location at which the kernel is placing the sigcontext + struct. + 2001-05-29 Christopher Faylor * partial-stab.h: Revert previous patch. diff --git a/gdb/ia64-linux-tdep.c b/gdb/ia64-linux-tdep.c index 87c6af4b440..97f88142bb3 100644 --- a/gdb/ia64-linux-tdep.c +++ b/gdb/ia64-linux-tdep.c @@ -31,7 +31,7 @@ #define GATE_AREA_END 0xa000000000010000LL /* Offset to sigcontext structure from frame of handler */ -#define IA64_LINUX_SIGCONTEXT_OFFSET 160 +#define IA64_LINUX_SIGCONTEXT_OFFSET 192 int ia64_linux_in_sigtramp (CORE_ADDR pc, char *func_name) -- 2.39.5