From: Hans Boehm Date: Thu, 23 May 2002 21:24:38 +0000 (+0000) Subject: linux.h (IA64_GATE_AREA_END): Adjust for 64K pages. X-Git-Tag: releases/gcc-3.1.1~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a255e1aaad79ad884ab401d396cf1b432491031;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index af365478d881..e9ad7f93b73f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-05-23 Hans Boehm + * config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K + pages. + 2002-05-23 Neil Booth PR preprocessor/6517 diff --git a/gcc/config/ia64/linux.h b/gcc/config/ia64/linux.h index 30918529caf1..07882cd1272d 100644 --- a/gcc/config/ia64/linux.h +++ b/gcc/config/ia64/linux.h @@ -58,7 +58,7 @@ #include #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 \