Michael Casadevall <[EMAIL PROTECTED]> writes:
> I don't believe the documentation should even list all the functions
> though. For instance, say you were working on the entropy driver,
> which doesn't have a public API; the only source of documentation
> would be the comments left behind. It
After some trail and error as well as reading up how static binaries work and
the difference between gcrt0 and gcrt1, I was able to fix the profiling bug
with a GCC spec file:
%rename startfile old_startfile
*startfile: %{!shared: %{!static: %{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s}
%{!p:crt1.o%s}