https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100706
Bill Schmidt changed:
What|Removed |Added
CC||wschmidt at gcc dot gnu.org
Reso
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100706
--- Comment #3 from Alexander Grund ---
Ok, tested a few different bintuils versions. Bug occurs with 2.35 and 2.35.1
and seems to be fixed in 2.35.2
So I guess this can be closed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100706
--- Comment #2 from Alexander Grund ---
Thanks for the reply. Although this was hard to test (need to interfere with
TFs build process which must use the gold linker) I managed to link that one
library manually with bfd and it did work. Hence ye
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100706
--- Comment #1 from Andrew Pinski ---
GCC does not generate the PLTs directly normally. It is the linker.
Does using BFD ld instead of gold fix the issue?