linux.h (IA64_GATE_AREA_END): Adjust for 64K pages.

* config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K
	pages.

From-SVN: r53808
This commit is contained in:
Hans Boehm 2002-05-23 21:24:38 +00:00 committed by Hans Boehm
parent a5ce2adcf8
commit 5a255e1aaa
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-05-23 Hans Boehm <Hans_Boehm@hp.com>
* config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K
pages.
2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
PR preprocessor/6517

View File

@ -58,7 +58,7 @@
#include <sys/ucontext.h>
#define IA64_GATE_AREA_START 0xa000000000000100LL
#define IA64_GATE_AREA_END 0xa000000000010000LL
#define IA64_GATE_AREA_END 0xa000000000020000LL
#define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \
if ((CONTEXT)->rp >= IA64_GATE_AREA_START \