We would love to use gold to speed-up link times. Very important would
be the option -u from ld to force linking in some objects that are not
referenced otherwise.
-u SYMBOL, --undefined SYMBOL
Start with undefined reference to SYMBOL
Thanks,
Roland
--
===
I've downloaded binutils with anonymous CVS to build gold. When
compiling with gcc 3.4.4, I got a link error. This was due to an inlined
method in merge.cc that is also used in a different file. The change I
made to fix it is simply not to inline the method (see below).
Regards,
Roland
--
==