]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
hppa64: Fix Linux link
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 24 Jan 2026 20:44:13 +0000 (15:44 -0500)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 24 Jan 2026 20:44:13 +0000 (15:44 -0500)
commitf0e2bbc8f37b9d498948657d4ba4b11352386ff6
tree6659b9c28b99d8516c31e66b6aa23c41a91545f1
parent7f57dab7cb5be77e0126d0bffd9efbd3e5b08246
hppa64: Fix Linux link

The "BFD_ASSERT (r_symndx != STN_UNDEF)" assert is incorrect and
triggers linking Linux kernel.

2026-01-24  John David Anglin  <danglin@gcc.gnu.org>

bfd/ChangeLog:

* elf64-hppa.c (elf64_hppa_relocate_section): Remove asserts.
bfd/elf64-hppa.c