From: Jeff Johnston Date: Thu, 8 Jan 2004 16:46:27 +0000 (+0000) Subject: 2004-01-08 David Mosberger X-Git-Tag: cagney_bigcore-20040122-branchpoint~224 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfec0b41c9dbc33817c86b2780714c288f1bcefb;p=platform%2Fupstream%2Fbinutils.git 2004-01-08 David Mosberger * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect reality. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d330604..181e407 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-01-08 David Mosberger + + * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect + reality. + 2004-01-07 Andrew Cagney * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous 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