On Thu, May 23, 2019 at 04:54:30AM +0100, Andrew Pinski wrote:
> aarch64_asan_shadow_offset is using the wrong
> offset for ILP32. Change it to be a decent one.
>
> OK? Bootstrapped and tested on aarch64-linux-gnu
> with no regressions,
OK.
Thanks,
James
>
> Thanks,
> Andrew Pinski
>
> Chan
aarch64_asan_shadow_offset is using the wrong
offset for ILP32. Change it to be a decent one.
OK? Bootstrapped and tested on aarch64-linux-gnu
with no regressions,
Thanks,
Andrew Pinski
ChangeLog:
* config/aarch64/aarch64.c (aarch64_asan_shadow_offset):
Fix ILP32 value.
---
gcc/config/aarch64