Skip to content

Commit

Permalink
Define TRY_EMPTY_VM_SPACE for riscv64-linux
Browse files Browse the repository at this point in the history
* config/host-linux.c (TRY_EMPTY_VM_SPACE) [__riscv && __LP64__]:
Define.
  • Loading branch information
andreas-schwab committed Mar 30, 2020
1 parent 841e721 commit 48e331d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2020-03-30 Andreas Schwab <[email protected]>

* config/host-linux.c (TRY_EMPTY_VM_SPACE) [__riscv && __LP64__]:
Define.

2020-03-30 Will Schmidt <[email protected]>

* config/rs6000/rs6000-call.c altivec_init_builtins(): Remove code
Expand Down
2 changes: 2 additions & 0 deletions gcc/config/host-linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
# define TRY_EMPTY_VM_SPACE 0x8000000000
#elif defined(__mips__)
# define TRY_EMPTY_VM_SPACE 0x60000000
#elif defined(__riscv) && defined (__LP64__)
# define TRY_EMPTY_VM_SPACE 0x1000000000
#else
# define TRY_EMPTY_VM_SPACE 0
#endif
Expand Down

0 comments on commit 48e331d

Please sign in to comment.