This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Build shared libraries with -Bsymbolic-functions
>>>>> "H.J." == H J Lu <hjl@lucon.org> writes:
H.J.> With the new linker switches, -Bsymbolic-functions and
H.J.> --dynamic-list-cpp-new, we can improve shared library
H.J.> performance in gcc. This change will build libstdc++.so with
H.J.> -Bsymbolic-functions and --dynamic-list-cpp-new. I can expand it
H.J.> to other libraries.
I prefer to see semi-generic helper code like this in a new .m4 file
in config. That makes it somewhat simpler for other target libraries
to reuse it.
Tom