OSDN Git Service

* ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
authorKevin Buettner <kevinb@redhat.com>
Fri, 1 Jun 2001 02:22:01 +0000 (02:22 +0000)
committerKevin Buettner <kevinb@redhat.com>
Fri, 1 Jun 2001 02:22:01 +0000 (02:22 +0000)
match the location at which the kernel is placing the sigcontext
struct.

gdb/ChangeLog
gdb/ia64-linux-tdep.c

index b0a897f..5b02069 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-31  Kevin Buettner  <kevinb@redhat.com>
+
+       * 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  <cgf@redhat.com>
 
        * partial-stab.h: Revert previous patch.
index 87c6af4..97f8814 100644 (file)
@@ -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)