https://sourceware.org/bugzilla/show_bug.cgi?id=26688
--- Comment #5 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=8ca9c7eb6773dd3cc9c536787b3489d36356ccf7 commit 8ca9c7eb6773dd3cc9c536787b3489d36356ccf7 Author: H.J. Lu <hjl.to...@gmail.com> Date: Thu Jan 14 05:23:58 2021 -0800 bfin: Skip non SEC_ALLOC section for R_BFIN_FUNCDESC Linker should never generate dynamic relocations for relocations in non-SEC_ALLOC section which has no impact on run-time behavior. Such relocations should be resolved to 0. PR ld/26688 * elf32-bfin.c (bfinfdpic_relocate_section): Skip non SEC_ALLOC section for R_BFIN_FUNCDESC. -- You are receiving this mail because: You are on the CC list for the bug.