Commit 557b8e72 by John David Anglin Committed by John David Anglin

re PR pch/14940 (PCH largefile test fails on various platforms)

	PR pch/14940
	* config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __hppa__.

From-SVN: r91066
parent 0bb360df
2004-11-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2004-11-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR pch/14940
* config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __hppa__.
PR rtl-optimization/14838 PR rtl-optimization/14838
* emit-rtl.c (get_first_nonnote_insn): Don't assume first insn is a * emit-rtl.c (get_first_nonnote_insn): Don't assume first insn is a
note. note.
......
...@@ -77,6 +77,8 @@ ...@@ -77,6 +77,8 @@
# define TRY_EMPTY_VM_SPACE 0x8000000000 # define TRY_EMPTY_VM_SPACE 0x8000000000
#elif defined(__s390__) #elif defined(__s390__)
# define TRY_EMPTY_VM_SPACE 0x60000000 # define TRY_EMPTY_VM_SPACE 0x60000000
#elif defined(__hppa__)
# define TRY_EMPTY_VM_SPACE 0xa0000000
#elif defined(__sparc__) && defined(__LP64__) #elif defined(__sparc__) && defined(__LP64__)
# define TRY_EMPTY_VM_SPACE 0x8000000000 # define TRY_EMPTY_VM_SPACE 0x8000000000
#elif defined(__sparc__) #elif defined(__sparc__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment