]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
aarch64: Fix --no-apply-dynamic-relocs for RELR
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 28 Jun 2024 16:51:24 +0000 (17:51 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 15 Jul 2024 12:42:22 +0000 (13:42 +0100)
commitd21176c014a4696e667b8567df90364939269170
tree6b7b16027f40ddbad8f79a1ecfe6cf985a401185
parent323b56a7ab4e51367c51044f8e9291a99c7dae4b
aarch64: Fix --no-apply-dynamic-relocs for RELR

The option only makes sense for RELA relative relocs where the
addend is present, not for RELR relative relocs.

Fixes bug 31924.
bfd/elfnn-aarch64.c