problems with ctype...
Roland McGrath
roland@redhat.com
Mon Sep 16 06:22:00 GMT 2002
> Actually, looking at it again, what is in CVS doesn't work at all.
Works just fine for me.
> Just readelf -Wr libc.so | grep __ctype to find out.
You mean -Ws, no doubt. Here are just the __ctype_b matches in mine:
1721: 00021f98 114 FUNC GLOBAL DEFAULT 11 __ctype_b_loc@@GLIBC_2.3
2013: 00112a34 4 OBJECT GLOBAL DEFAULT 16 __ctype_b@GLIBC_2.0
3595: 00112a34 4 OBJECT LOCAL DEFAULT 16 __ctype_b
6681: 00021f98 114 FUNC GLOBAL DEFAULT 11 __ctype_b_loc
6973: 00112a34 4 OBJECT GLOBAL DEFAULT 16 __ctype_b@GLIBC_2.0
> If it was supposed to work, it would have to have __ctype_b@GLIBC_2.0
> (or __ctype_b@@GLIBC_2.0) etc. dynamic relocs.
??? Must be too early in the morning, else it's too late for me. There
are no relocs referring to these symbols because the references resolve
internally. There are dynamic symbol table entries as there should be.
More information about the Libc-hacker
mailing list