On 06/27/2018 06:50 PM, Florian Weimer wrote:
On 06/27/2018 06:45 PM, Nick Clifton wrote:
Hi Florian,

Superficially, this will work.

But I'm a bit worried that the .weak still makes the symbol global, so that it ends up in the dynamic symbol table.

Hmm, if I make the symbols hidden rather than weak, will that work ?

The problem was that the build attributes section reference kept the code around.  A hidden symbol, even if it works otherwise, will bring back that problem at least.

Oh, perhaps a hidden+weak symbol will work. But it still needs to be globally unique before the final link, so part of the naming problem remains.

Thanks,
Florian
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/HIPWP4VZERVBH5AUVXKBZYPU3GTRSDCP/

Reply via email to