This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

A symbol version bug?


I got

# make
cc -fPIC -c c1.c
cc -fPIC -c c2.c
ld --version-script=c.map -shared -o lib-c1.so c1.o c2.o
objdump --dynamic-sym lib-c1.so| grep bar
00000264 g    DF .text  0000000a  VERS.0      bar
00000258 g    DF .text  0000000a (VERS.0)     bar

I am expecting

...
objdump --dynamic-sym lib-c1.so| grep bar
xxxxxxxx g    DF .text  0000000a (VERS.0)     bar

I will see what I can do.


H.J.

Attachment: bug.tar.gz
Description: GNU Zip compressed data


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