summaryrefslogtreecommitdiff
path: root/gdb/ia64-linux-tdep.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-06-01 02:22:01 +0000
committerKevin Buettner <kevinb@redhat.com>2001-06-01 02:22:01 +0000
commit15cf8539ad3c330e5063b4ea95107c63340ca325 (patch)
treee7be32494df77a43051511f6990726b2536d003e /gdb/ia64-linux-tdep.c
parent962781d55982d7eac555c1a5d30b482c6015adee (diff)
downloadgdb-15cf8539ad3c330e5063b4ea95107c63340ca325.tar.gz
* ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
match the location at which the kernel is placing the sigcontext struct.
Diffstat (limited to 'gdb/ia64-linux-tdep.c')
-rw-r--r--gdb/ia64-linux-tdep.c2
1 files changed, 1 insertions, 1 deletions
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)