From: hboehm Date: Thu, 23 May 2002 21:28:47 +0000 (+0000) Subject: * config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf5be812764acf4d3e1838a59f76291006810d5b;p=thirdparty%2Fgcc.git * config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K pages. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53810 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb4c71542076..41f17dec1f09 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 Richard Henderson * config/i386/i386.c (output_set_got): Fix typo in pic no-deep case. 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 \