]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
linux.h (IA64_GATE_AREA_END): Adjust for 64K pages.
authorHans Boehm <Hans_Boehm@hp.com>
Thu, 23 May 2002 21:24:38 +0000 (21:24 +0000)
committerHans Boehm <hboehm@gcc.gnu.org>
Thu, 23 May 2002 21:24:38 +0000 (21:24 +0000)
* config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K
pages.

From-SVN: r53808

gcc/ChangeLog
gcc/config/ia64/linux.h

index af365478d8810c85ab44c05237e36fb1e4ba9294..e9ad7f93b73f2b26340156817b1146e0ca1f8bb7 100644 (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
index 30918529caf19a07b23804fd86d082ff5c8e785e..07882cd1272d465285d94329b1e5a6ebab0b041d 100644 (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                            \