This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: The DT_AUXILIARY patch


On Fri, Jul 14, 2000 at 06:27:34PM -0700, H . J . Lu wrote:
> Here is the DT_AUXILIARY patch for the shared libgcc. After some
> experiments, I believe we shouldn't even need libgcc.so under Linux.
> We just set the DT_AUXILIARY to libgcc.so$(libgcc.so-version). We will
> only have /lib/libgcc.so$(libgcc.so-version) which is symlinked to
> /lib/libgcc-3.0.so. /lib/libgcc.so$(libgcc.so-version) is hidden from
> user. Everything is still linked with libgcc.a.
> 

BTW, we just need to make sure everything exported from the shared
libgcc is also exported from libc.so. I think we will be safe then.



H.J.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]