commit | af9eb2ee1b10caa89e1c603cd484bc025e71f4fd | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Mar 31 08:15:53 2023 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Mar 31 08:15:53 2023 +0200 |
tree | 349ebfb424e5fed5e9b468107264ce419ec08213 | |
parent | 56ce0c730b5dcb1e365e9cb42394f42a9a4154a3 [diff] |
Arm64/ELF: accept relocations against STN_UNDEF While only a secondary issue there, the testcase of PR gas/27212 exposes an oversight in relocation handling: Just like e.g. Arm32, which has a similar comment and a similar check, relocations against STN_UNDEF have to be permitted to satisfy the ELF spec.