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


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

Re: A patch for glibc 2.0/2.1


> >
> >Oooops. Here is a patch for glibc 2.0 and 2.1. It will make
> >those functions weak extern in libc.so. Ulrich, could you please
> >check it in for both glibc 2.0 and 2.1? Thanks.

On my second thought, Ulrich, please ignore this patch. We should
keep them in libc.so so that noone else has to define them. That
means libfoo.so made by

# gcc -shared -o libfoo.so foo.cc -fPIC

will work regardless if libstdc++.so is loaded or not.


H.J.


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