Question on symbol versioning

Ian Lance Taylor iant@google.com
Fri Aug 20 05:29:00 GMT 2010


"Amker.Cheng" <amker.cheng@gmail.com> writes:

>> What does readelf -V print for your executable?
>>
> No, There is no versioning information in test.so. the output is like
>
> mipsel-linux-gnu-ld -shared test.o -o test.so
> mipsel-linux-gnu-readelf.exe -V test.so
> -----------------------
> No version information found in this file.
>
> I guess it's reasonable, since I didn't statically link to libc.so before.

I have no explanation why the dynamic linker would not select the
default version in this case.

Ian



More information about the Binutils mailing list