[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: resolver patch
> > Although a thorough search on my system found no such binaries....
> >
> > Oh - I just found another static binary - /var/named/named-xfer.
> > Why that's in /var is a good question.
>
> Think chroot.
Ah yes.
Meanwhile, forget what I said about ld.so. :) It's compiled with
'-nostdlib'. Although it does pull in a few functions from libc by
compiling in the source.
...Hm. Looks like that's not true for those archs that use the source in
/usr/src/libexec/ld.so. No, wait, the Makefile there doesn't actually
build ld.so with gcc, just the .o files. The final link is done directly
by ld, without including any libraries. So, right, forget what I said
about ld.so. :)