diff options
author | Hans Boehm <Hans_Boehm@hp.com> | 2002-05-23 21:28:47 +0000 |
---|---|---|
committer | Hans Boehm <hboehm@gcc.gnu.org> | 2002-05-23 21:28:47 +0000 |
commit | 0f1ffa2331fb215f9f7875c7d31ccf2dd42bf6ee (patch) | |
tree | b7ed7f5ed941754df649cc79105a5a097c314744 /gcc | |
parent | 8e9fadc3146afaad9bf5217b853b377d0b5f1af1 (diff) | |
download | gcc-0f1ffa2331fb215f9f7875c7d31ccf2dd42bf6ee.zip gcc-0f1ffa2331fb215f9f7875c7d31ccf2dd42bf6ee.tar.gz gcc-0f1ffa2331fb215f9f7875c7d31ccf2dd42bf6ee.tar.bz2 |
linux.h (IA64_GATE_AREA_END): Adjust for 64K pages.
* config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K
pages.
From-SVN: r53810
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ia64/linux.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb4c715..41f17de 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/ia64/linux.h b/gcc/config/ia64/linux.h index 3091852..07882cd 100644 --- a/gcc/config/ia64/linux.h +++ b/gcc/config/ia64/linux.h @@ -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 \ |