Commit 37d060a3 by James A. Morrison

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

2004-11-07  James A. Morrison  <phython@gcc.gnu.org>

       PR pch/14940
       * config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __sparc__
       definitions.

From-SVN: r90340
parent f843c417
2004-11-07 James A. Morrison <phython@gcc.gnu.org>
PR pch/14940
* config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __sparc__
definitions.
2004-11-09 Joseph S. Myers <joseph@codesourcery.com> 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
* builtins.c, c-common.c, c-decl.c, c-format.c: Say "argument" * builtins.c, c-common.c, c-decl.c, c-format.c: Say "argument"
......
...@@ -77,6 +77,10 @@ ...@@ -77,6 +77,10 @@
# 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(__sparc__) && defined(__LP64__)
# define TRY_EMPTY_VM_SPACE 0x8000000000
#elif defined(__sparc__)
# define TRY_EMPTY_VM_SPACE 0x60000000
#else #else
# define TRY_EMPTY_VM_SPACE 0 # define TRY_EMPTY_VM_SPACE 0
#endif #endif
......
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