public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* A symbol version bug?
@ 2002-07-12 21:35 H. J. Lu
  2002-07-12 22:43 ` H. J. Lu
  0 siblings, 1 reply; 11+ messages in thread
From: H. J. Lu @ 2002-07-12 21:35 UTC (permalink / raw)
  To: binutils; +Cc: howarth

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

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 #2: bug.tar.gz --]
[-- Type: application/x-gzip, Size: 480 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2002-07-15  1:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-12 21:35 A symbol version bug? H. J. Lu
2002-07-12 22:43 ` H. J. Lu
2002-07-14  0:32   ` PACTH: Fix duplicated version (Re: A symbol version bug?) H. J. Lu
2002-07-14  7:09     ` H. J. Lu
2002-07-14  7:12       ` H. J. Lu
2002-07-14  7:46         ` H. J. Lu
2002-07-14 16:33           ` Jack Howarth
2002-07-14  8:43       ` Alan Modra
2002-07-14 16:38         ` H. J. Lu
2002-07-14 18:37           ` Alan Modra
2002-07-14 19:11             ` H. J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).