http://sourceware.org/bugzilla/show_bug.cgi?id=13229

--- Comment #10 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-10-01 
15:51:57 UTC ---
I was wrong about .h trickery. It is default visibility in both libraries, but
because libxul do not link with any library that would (mistakely) export it,
it gets optimized out there.

Please also look at http://sourceware.org/bugzilla/show_bug.cgi?id=13245

Your current implementation agrees with Gold on IRONLY_EXP and dynamic linking,
but I would really love this to be changed.  We have quite good potential or
reducing dynamic linking tables by hidding all COMDAT functions that we know
don't need to be unified at runtime (that is most of them).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to