Re: [PATCH] Define TRY_EMPTY_VM_SPACE for riscv64-linux

2020-03-30 Thread Jim Wilson
On Sun, Mar 29, 2020 at 3:03 PM Andreas Schwab wrote: > * config/host-linux.c (TRY_EMPTY_VM_SPACE) [__riscv && __LP64__]: > Define. Looks like the same address already used by the aarch64 and ia64 ports, so it seems safe. OK. Jim

[PATCH] Define TRY_EMPTY_VM_SPACE for riscv64-linux

2020-03-29 Thread Andreas Schwab
* config/host-linux.c (TRY_EMPTY_VM_SPACE) [__riscv && __LP64__]: Define. --- gcc/config/host-linux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/host-linux.c b/gcc/config/host-linux.c index ee1d520ede3..26872544130 100644 --- a/gcc/config/host-linux.c +++ b/gc