Subject: dynamic linker in NetBSD
To: None <netbsd-help@NetBSD.org>
From: Madhvesh R S <madhvesh.s@ap.sony.com>
List: netbsd-help
Date: 02/06/2004 14:36:58
Hi,

I am referring to NetBSD-v1.6. Can any one tell me which part of code in
libc
folder implements the dynamic-linker for NetBSD?

I want to know the source path of this code in the distribution. Is this
similar to linux-glibc ld.so? But i am not finding equivalent ld.so in
NetBSD
system which can be used while executing any executbale (a.out)

In NetBSD is it possible to provide another dynamic linker to gcc compiler
instead of default ld.so used for application execution?
But i have one doubt.., in NetBSD ld.so i am not finding in /usr/lib path,
whether this is part of some other library name or it will be present
in different path?

Any pointers regarding how to go about our own dynamic linker in NetBSD
system
would be very helpful to me.


Thanks in advance
-MS