mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 00:31:30 +08:00
host-linux.c (TRY_EMPTY_VM_SPACE): Define for MIPS.
2011-11-17 Andrew Pinski <apinski@cavium.com> * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for MIPS. From-SVN: r181456
This commit is contained in:
parent
bb94892a9a
commit
6c1c875d6e
@ -1,3 +1,7 @@
|
||||
2011-11-17 Andrew Pinski <apinski@cavium.com>
|
||||
|
||||
* config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for MIPS.
|
||||
|
||||
2011-11-17 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* builtins.c (expand_builtin): Remove 4th parameter representing
|
||||
|
@ -86,6 +86,10 @@
|
||||
# define TRY_EMPTY_VM_SPACE 0x40000000
|
||||
#elif defined(__ARM_EABI__)
|
||||
# define TRY_EMPTY_VM_SPACE 0x60000000
|
||||
#elif defined(__mips__) && defined(__LP64__)
|
||||
# define TRY_EMPTY_VM_SPACE 0x8000000000
|
||||
#elif defined(__mips__)
|
||||
# define TRY_EMPTY_VM_SPACE 0x60000000
|
||||
#else
|
||||
# define TRY_EMPTY_VM_SPACE 0
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user