From 1a2f03347b470f224b91518d3462531b0234a385 Mon Sep 17 00:00:00 2001 From: danglin Date: Sat, 27 Nov 2004 16:57:06 +0000 Subject: [PATCH] PR pch/14940 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Revert 2004-11-22 change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91381 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/host-linux.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1319cfa4262..c249c02f4f7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-27 John David Anglin + + PR pch/14940 + * config/host-linux.c (TRY_EMPTY_VM_SPACE): Revert 2004-11-22 change. + 2004-11-27 Kazu Hirata * config/i386/linux.h: Fix a comment typo. diff --git a/gcc/config/host-linux.c b/gcc/config/host-linux.c index 6a076174771..717f96cdc66 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__) -- 2.11.0