mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:10:26 +08:00
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
This commit is contained in:
parent
0bb360df4c
commit
557b8e7256
@ -1,5 +1,8 @@
|
||||
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
|
||||
* emit-rtl.c (get_first_nonnote_insn): Don't assume first insn is a
|
||||
note.
|
||||
|
@ -77,6 +77,8 @@
|
||||
# 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__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user