* ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
match the location at which the kernel is placing the sigcontext struct.
This commit is contained in:
parent
fb1ffbbef0
commit
d469a809fa
@ -1,3 +1,9 @@
|
||||
2001-05-31 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
|
||||
match the location at which the kernel is placing the sigcontext
|
||||
struct.
|
||||
|
||||
2001-05-29 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* partial-stab.h: Revert previous patch.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user