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: [PATCH] Ressurect __strtou?q_internal


On Mon, Feb 12, 2001 at 06:04:13PM -0800, Ulrich Drepper wrote:
> "H . J . Lu" <hjl@valinux.com> writes:
> 
> > With my binutils 2.10.1.0.7:
> 
> Not with 2.10.91 which is what I have here.
> 

I just tried binutils from CVS today. It works for me. Could you please
send me

# gcc -Wl,--verbose .....

It should use /lib/libc.so.6 or wherever the new glibc is.

and

# nm /lib/libc.so.6 | grep res_init

It should look at

000f23e0 T __res_init
000f23e0 t __res_init_weak
000f23e0 W res_init@GLIBC_2.0

I suspect you either have an old linker or used the old libc.so.6.


-- 
H.J. Lu (hjl@valinux.com)


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