This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Don't use crtstuff for alpha-netbsd on 3.1 branch
On Wed, May 29, 2002 at 04:22:31PM -0700, Jason R Thorpe wrote:
> The GCC crtstuff simply doesn't work on NetBSD (and really never has),
> since they don't provide everything that NetBSD's crt{begin,end} do.
Hmm. What exactly gets missed? Can it be re-factored into
separate object file(s) and used alongside the gcc files?
I'd really like to be able to consider these strictly compiler
support files and be able to make changes to them without
worrying about partiular ports.
FWIW, glibc specific startup hackery happens in crti/crtn.o.
r~