This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
crt{i,n}.o
- To: gcc at gcc dot gnu dot org
- Subject: crt{i,n}.o
- From: "David O'Brien" <obrien at FreeBSD dot org>
- Date: Tue, 24 Oct 2000 04:58:17 -0700
- Organization: The NUXI BSD group
- Reply-To: obrien at FreeBSD dot org
Since GCC provides its own crtbegin.o and crtend.o, why doesn't it
provide its own crti.o and crtn.o? Considering the required content of
crti.S and crtn.S, it seems that crtstuff.c makes an assumption on the
contents of crt{i,n}.S that may not hold in the base system's versions.
--
-- David (obrien@FreeBSD.org)