------- Additional Comments From raj dot khem at gmail dot com 2010-01-15
21:37 -------
(In reply to comment #15)
> `-fvisibility-inlines-hidden'
> This switch declares that the user does not attempt to compare
> pointers to inline methods where the addresses of the two functions
> were taken in different shared objects.
>
> The effect of this is that GCC may, effectively, mark inline
> methods with `__attribute__ ((visibility ("hidden")))' so that
> they do not appear in the export table of a DSO and do not require
> a PLT indirection when used within the DSO. Enabling this option
> can have a dramatic effect on load and link times of a DSO as it
> massively reduces the size of the dynamic export table when the
> library makes heavy use of templates.
>
> Is "LnkProperties::~LnkProperties()" inlined?
Its in the class in lnkproperties.h but defined in lnkproperties.cpp file
LnkProperties::~LnkProperties()
{
}
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11175
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils