re PR pch/14940 (PCH largefile test fails on various platforms)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 27 Nov 2004 16:57:06 +0000 (16:57 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 27 Nov 2004 16:57:06 +0000 (16:57 +0000)
PR pch/14940
* config/host-linux.c (TRY_EMPTY_VM_SPACE): Revert 2004-11-22 change.

From-SVN: r91381

gcc/ChangeLog
gcc/config/host-linux.c

index 1319cfa4262d3a58797f81a501d21b994750ccd9..c249c02f4f7538b58e3a6cd2aa5a9ae573b9c546 100644 (file)
@@ -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.
index 6a0761747716b33111a71644863d7a2559c9d4b4..717f96cdc66a2c7eda0574f335f1001cea646128 100644 (file)
@@ -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__)