https://sourceware.org/bugzilla/show_bug.cgi?id=30788
Wilco <wdijkstr at arm dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
CC| |wdijkstr at arm dot com
Status|NEW |RESOLVED
--- Comment #1 from Wilco <wdijkstr at arm dot com> ---
Fixed by:
commit 8c72efa0bf7aea5a59c2f677b5c2a2d134cf0463 (HEAD -> master, origin/master,
origin/HEAD)
Author: Wilco Dijkstra <[email protected]>
Date: Tue May 26 18:37:58 2026 +0000
AArch64 gas: Block section relative symbols in GOT relocations [PR30788]
By default, GAS changes GOT relocations of local symbols into section
relative.
This is incorrect since GOT relocations do not support offsets. Update
aarch64_fix_adjustable() to explicitly disallow this for GOT relocations.
This fixes PR30788.
--
You are receiving this mail because:
You are on the CC list for the bug.