On Mon, 7 Feb 2000, John Baldwin wrote:

> On 07-Feb-00 Bruce Evans wrote:
> > This is because the elf format puts static symbols in an out-of-the-way
> > section, and the boot2 stage of the bootstrap loads sections naively.
> > Static symbols end up in a place where the kernel linker can't find
> > them.  `numvnodes' is a static symbol...  Global symbols are found
> > correctly.
> 
> So all that needs to be fixed is for boot2.c to be more intelligent with ELF
> images then?

Or the kernel linker.

Bruce



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to