This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Where is ld.so and libdl.so built from
Thanks for this information. I wanted to take a look at the code.
Yes MS has its own shared library loader and libc.
Thanks
Mayank
-----Original Message-----
From: Andrew Pinski [mailto:pinskia@gmail.com]
Sent: Monday, March 26, 2007 9:36 PM
To: Mayank Kumar
Cc: gcc@gcc.gnu.org
Subject: Re: Where is ld.so and libdl.so built from
On 3/26/07, Mayank Kumar <mayank@microsoft.com> wrote:
> In gcc packages, I could not find ld.so and libdl.so
> Binutils only contains ld.
>
> Where can I find the gnu source code for libdl.so and ld.so
They come from glibc which I doubt MS uses as they have their own
shared library (dll) loader and libc.
-- pinski