https://sourceware.org/bugzilla/show_bug.cgi?id=33743
--- Comment #2 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dfb620a09212304b9ca9ee345f2f187e2e6e2b75 commit dfb620a09212304b9ca9ee345f2f187e2e6e2b75 Author: Alan Modra <[email protected]> Date: Fri Feb 27 18:14:36 2026 +1030 PR 33743 readelf abort during RELR relocation handling Rather than aborting, use "unknown relative" as the reloc type should display_elf_relocation_at want to print a relocation. Also fix another case where readelf doesn't understand the relocation and sets all_relocations[i].r_name to NULL. PR 33743 * readelf.c (dump_relr_relocations): Don't abort on unknown e_machine. (dump_relocations): Don't assume we can pass NULL to a %s format. -- You are receiving this mail because: You are on the CC list for the bug.
