https://sourceware.org/bugzilla/show_bug.cgi?id=27203
--- Comment #3 from cvs-commit at gcc dot gnu.org <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=a75a6a416477915b7d236537c9170ced3064df11 commit a75a6a416477915b7d236537c9170ced3064df11 Author: Alan Modra <amo...@gmail.com> Date: Tue Jan 19 13:19:18 2021 +1030 [GOLD] powerpc assertion failure A testcase with only ifuncs can result in no plt section (ifunc plt entries might instead be in iplt), which means we can get to this code without a static link. PR 27203 * powerpc.cc (do_plt_fde_location): Remove doing_static_link assertion. -- You are receiving this mail because: You are on the CC list for the bug.