aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2004-11-27 16:57:06 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2004-11-27 16:57:06 +0000
commit31f16dff98752d15c0f430b8e1e1daa7b682a8f0 (patch)
treeff64010bd759f5c923ac8d0f1f7e83cd2a8abf84 /gcc
parent0c00d5f3da0cf656d08ce7877e4da393576ef2a2 (diff)
downloadgcc-31f16dff98752d15c0f430b8e1e1daa7b682a8f0.zip
gcc-31f16dff98752d15c0f430b8e1e1daa7b682a8f0.tar.gz
gcc-31f16dff98752d15c0f430b8e1e1daa7b682a8f0.tar.bz2
re PR pch/14940 (PCH largefile test fails on various platforms)
PR pch/14940 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Revert 2004-11-22 change. From-SVN: r91381
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/host-linux.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1319cfa..c249c02 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ PR pch/14940
+ * config/host-linux.c (TRY_EMPTY_VM_SPACE): Revert 2004-11-22 change.
+
2004-11-27 Kazu Hirata <kazu@cs.umass.edu>
* config/i386/linux.h: Fix a comment typo.
diff --git a/gcc/config/host-linux.c b/gcc/config/host-linux.c
index 6a07617..717f96c 100644
--- a/gcc/config/host-linux.c
+++ b/gcc/config/host-linux.c
@@ -77,8 +77,6 @@
# define TRY_EMPTY_VM_SPACE 0x8000000000
#elif defined(__s390__)
# define TRY_EMPTY_VM_SPACE 0x60000000
-#elif defined(__hppa__)
-# define TRY_EMPTY_VM_SPACE 0xa0000000
#elif defined(__sparc__) && defined(__LP64__)
# define TRY_EMPTY_VM_SPACE 0x8000000000
#elif defined(__sparc__)