* 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:
Kevin Buettner 2001-06-01 02:22:01 +00:00
parent fb1ffbbef0
commit d469a809fa
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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)