AARCH64: ILP32: Fix aarch64_asan_shadow_offset
authorAndrew Pinski <apinski@marvell.com>
Tue, 4 Jun 2019 16:34:31 +0000 (16:34 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 4 Jun 2019 16:34:31 +0000 (09:34 -0700)
commit10078f3e1d0cbebc5e6f7f4821d3ad41421ef1e0
tree702f2f654902565c26bc404d404d1fb9e88fa8ba
parent85949949f2ffe0ab4f07e3ec859a876183418c28
AARCH64: ILP32: Fix aarch64_asan_shadow_offset

aarch64_asan_shadow_offset is using the wrong
offset for ILP32.  Change it to be a decent one.

ChangeLog:
* config/aarch64/aarch64.c (aarch64_asan_shadow_offset):
Fix ILP32 value.

From-SVN: r271920
gcc/ChangeLog
gcc/config/aarch64/aarch64.c