https://sourceware.org/bugzilla/show_bug.cgi?id=26066
--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=58ee44efbc3798a8224e685aa47b224dc67efe7d commit 58ee44efbc3798a8224e685aa47b224dc67efe7d Author: H.J. Lu <hjl.to...@gmail.com> Date: Wed Jun 3 09:21:03 2020 -0700 nios2: Don't check relocations in non-loaded, non-alloced sections Don't do anything special with non-loaded, non-alloced sections. In particular, any relocs in such sections should not affect GOT and PLT reference counting (ie. we don't allow them to create GOT or PLT entries), there's no possibility or desire to optimize TLS relocs, and there's not much point in propagating relocs to shared libs that the dynamic linker won't relocate. PR ld/26066 * elf32-nios2.c (nios2_elf32_check_relocs): Skip non-loaded, non-alloced sections. -- You are receiving this mail because: You are on the CC list for the bug.