Subject: Re: ld.elf_so heads up.
To: None <current-users@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: current-users
Date: 04/15/2000 20:29:16
On Sun, Apr 16, 2000 at 01:21:18PM +1000, Simon Burge wrote:
> > I made some changes to the elf dynamic loader to set __progname
> > and environ before library init sections get called. I am also changing
> > crt0 on elf platforms to set these only if linked statically. Because of
> > this, make sure that, if you install the new crt0, you BUILD AND INSTALL A
> > NEW LD.ELF_SO before trying to build dynamically linked binaries.
> > "make build" does the right thing.
> This with the updated ld.elf_so on mips, but I don't see any recent
> changes to lib/csu??
Amusingly... when I run this test, even without an updated ld.elf_so,
it appears as if __progname and environ are okay for the library init
routine.
--
-- Jason R. Thorpe <thorpej@zembu.com>