https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119386
--- Comment #13 from H.J. Lu <hjl.tools at gmail dot com> --- (In reply to Michael Matz from comment #11) > access to the respective GOT slot). Upstream binutils now silently do emit a > route via PLT, our binutils complain. I'm not sure that upstream behaviour > is > indeed better. PLT32 relocation is used by ld to distinguish call/jump vs other PC relative accesses. Linker allocates a PLT slot only if it is needed. If it isn't the case, please open a binutils bug report.