This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] new FreeBSD/alpha support
On Sat, Oct 07, 2000 at 12:17:23AM -0700, David O'Brien wrote:
> These routines are supplied by our crtbegin.o and placed in the .init and
> .fini sections respectively.
If you've got your own crtbegin, why are you building gcc's?
At least I noticed you included alpha/t-crtbe...
> For the stock FSF/GCC, should I add
> extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o" as i386*-freebsd
> and alpha*-*-linux* uses?
If you use gcc's crtbegin, then you *need* crti/crtn.
If you don't use gcc's crtbegin, then you need to track
changes that happen in it.
r~