2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ia64-linux-tdep.c
index d69dd2af0e164c91955741d1149d7e89871523d5..97f88142bb38dfb25d5171bb977ce69f522d83cc 100644 (file)
@@ -20,6 +20,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
+#include "arch-utils.h"
 
 /* The sigtramp code is in a non-readable (executable-only) region
    of memory called the ``gate page''.  The addresses in question
@@ -30,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)
This page took 0.025876 seconds and 4 git commands to generate.