cvs commit: src/contrib/gcc3 crtstuff.c src/gnu/lib/gcc3 Makefile Makefile.inc src/gnu/lib/gcc3/csu Makefile
Matthew Dillon
dillon at apollo.backplane.com
Wed Jan 21 14:27:08 PST 2004
:> : gnu/lib/gcc3/csu Makefile
:> : Log:
:> : Add lib/gcc3/csu
:> :
:> : Revision Changes Path
:> : 1.2 +0 -2 src/contrib/gcc3/crtstuff.c
:>
:> Are you sure about this? libcsu is in /usr/lib. Does GCC3 need a
:> different csu?
:
:Pretty sure. The crtbeginS.o is at least 140 byte large.
:
:Joerg
Ok. I see that gcc2 has a lib/csu too. I guess /usr/src/lib/csu is
different.
It looks like the ld scripts combine the common csu (crt1, crti, etc)
with the per-gcc csu (crtbegin, etc).
-Matt
More information about the Commits
mailing list