Marcus Brinkmann <[EMAIL PROTECTED]> writes: > As far as I can see, the exec server just loads and runs the binary. The > code to fire up the linker and bring into the shared libraries is compiled > into each executables: > > $ strings /bin/ls | grep ld.so > /lib/ld.so
Isn't that string just from the contents of the .interp section of the ELF file? I.e. it tells whatever it is that tries to load the ELF file, to first load the dynamic linker and let that do the work of "interpreting" the file. /Niels _______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
