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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Can we do it without actually introducing some code to what gets executed?
Like,
asm (".global _ZN9__gnu_cxx19needs_iostream_initE");
in place where it was done before?
The above results in the symbol being listed in .symtab, but no actual runtime
relocations against it.

Reply via email to