Re: [PATCH] AARCH64: ILP32: Fix aarch64_asan_shadow_offset

2019-06-03 Thread James Greenhalgh
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

[PATCH] AARCH64: ILP32: Fix aarch64_asan_shadow_offset

2019-05-22 Thread Andrew Pinski
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