Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 1995 01:47:27 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, phk@critter.tfs.com
Cc:        freebsd-hackers@FreeBSD.ORG, roberto@keltia.freenix.fr
Subject:   Re: crt0.c
Message-ID:  <199510181547.BAA03304@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> Because no one noticed that _getenv() existed when the locale bloat was
>> added.  The private _getenv() is to avoid linking in whatever bloat may
>> be attached to getenv() (there actually isn't much).  Similarly for all
>> ...

>BZZZT!!!   Wrong.

>The local functions, as well as the local syscall code is there so that
>it works before libc.so has been loaded.

Oops.  But we're talking about bloat in the static case.  This is moot
now that a separate scrt0.o (compiled without -DDYNAMIC) is used for
the static case.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510181547.BAA03304>