https://sourceware.org/bugzilla/show_bug.cgi?id=30824
--- Comment #7 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f91074ebd8dc8077c9c778a42360e77a636dce5e commit f91074ebd8dc8077c9c778a42360e77a636dce5e Author: Alan Modra <amo...@gmail.com> Date: Tue Jan 16 11:06:23 2024 +1030 PR30824 internal error with -z pack-relative-relocs This corrects a counting problem, where prior to relocate_section relr encoded relative relocs were allowed when it was known they were on even boundaries, but relocate_section can only put relative relocs (non-relr) on eight byte boundaries. PR 30824 * elf64-ppc.c (RELR_ALIGN): Define, use throughout. (maybe_relr): New function, use throughout. -- You are receiving this mail because: You are on the CC list for the bug.