https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100593

Alexander Monakov <amonakov at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amonakov at gcc dot gnu.org

--- Comment #1 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
It is not necessary to change -fno-pic code generation to gain most of the
-Bsymbolic benefit: as you say, the most important point is to avoid jumping
via PLT trampolines (or, with -fno-plt, GOT loads) for function calls, so the
linker could do -Bsymbolic relaxation for sites where address doesn't matter
(calls and jumps) while keeping a dynamic relocation for address loads? Under
some new option of course, like -Bsymbolic-plt. Right?

Reply via email to