aboutsummaryrefslogtreecommitdiff
path: root/gdb/ia64-linux-tdep.c
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-01-08 16:46:27 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-01-08 16:46:27 +0000
commitbfec0b41c9dbc33817c86b2780714c288f1bcefb (patch)
treea473640002c1e482547e24d8abb107694a56daea /gdb/ia64-linux-tdep.c
parent4f075348c0645ee3f227281a140368256aa5c600 (diff)
downloadgdb-bfec0b41c9dbc33817c86b2780714c288f1bcefb.zip
gdb-bfec0b41c9dbc33817c86b2780714c288f1bcefb.tar.gz
gdb-bfec0b41c9dbc33817c86b2780714c288f1bcefb.tar.bz2
2004-01-08 David Mosberger <davidm@hpl.hp.com>
* ia64-linux-tdep.c: Update GATE_AREA_END value to reflect reality.
Diffstat (limited to 'gdb/ia64-linux-tdep.c')
-rw-r--r--gdb/ia64-linux-tdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ia64-linux-tdep.c b/gdb/ia64-linux-tdep.c
index 25902c5..e465c32 100644
--- a/gdb/ia64-linux-tdep.c
+++ b/gdb/ia64-linux-tdep.c
@@ -1,5 +1,5 @@
/* Target-dependent code for the IA-64 for GDB, the GNU debugger.
- Copyright 2000
+ Copyright 2000, 2004
Free Software Foundation, Inc.
This file is part of GDB.
@@ -29,7 +29,7 @@
overly generous to allow for different pages sizes. */
#define GATE_AREA_START 0xa000000000000100LL
-#define GATE_AREA_END 0xa000000000010000LL
+#define GATE_AREA_END 0xa000000000020000LL
/* Offset to sigcontext structure from frame of handler */
#define IA64_LINUX_SIGCONTEXT_OFFSET 192