linux.h (IA64_GATE_AREA_END): Adjust for 64K pages.
authorHans Boehm <Hans_Boehm@hp.com>
Thu, 23 May 2002 21:28:47 +0000 (21:28 +0000)
committerHans Boehm <hboehm@gcc.gnu.org>
Thu, 23 May 2002 21:28:47 +0000 (21:28 +0000)
* config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K
pages.

From-SVN: r53810

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

index eb4c71542076228834736b7e16adfa08fd81a361..41f17dec1f09d1428c0dc5764cdf2a84523326d6 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  Richard Henderson  <rth@redhat.com>
 
        * config/i386/i386.c (output_set_got): Fix typo in pic no-deep case.
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                            \