mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-04 07:27:54 +00:00
2004-01-08 David Mosberger <davidm@hpl.hp.com>
* ia64-linux-tdep.c: Update GATE_AREA_END value to reflect reality.
This commit is contained in:
parent
4f075348c0
commit
bfec0b41c9
@ -1,3 +1,8 @@
|
||||
2004-01-08 David Mosberger <davidm@hpl.hp.com>
|
||||
|
||||
* ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
|
||||
reality.
|
||||
|
||||
2004-01-07 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user