[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2015-12-22 Thread lionel at mamane dot lu
https://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #20 from Lionel Elie Mamane --- (In reply to Nick Clifton from comment #19) > Created attachment 8860 [details] > Solaris specific version of previous patch > I think that the problem is that the original patch affects generic l

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2015-12-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12548 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2015-12-20 Thread nikita.baksalyar at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12548 Nikita Baksalyar changed: What|Removed |Added CC||nikita.baksalyar at gmail dot com

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-11-13 Thread lionel at mamane dot lu
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #17 from Lionel Elie Mamane 2012-11-13 22:50:34 UTC --- I confirm that patch in attachment 6734 solves bug 13406 for me (testcase: attachment 6057) -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-11-13 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #16 from Igor Pashev 2012-11-13 21:23:26 UTC --- *** Bug 13406 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail becau

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-11-13 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #15 from Igor Pashev 2012-11-13 21:11:20 UTC --- Created attachment 6734 --> http://sourceware.org/bugzilla/attachment.cgi?id=6734 proposed patch -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-11-13 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #14 from Igor Pashev 2012-11-13 21:10:32 UTC --- I think I've fixed this. The root of the problem is equivalent to this version script: = >8 # "Builtin": { global: _PROCEDURE_LINKAGE_TAB

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-11-09 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #13 from Igor Pashev 2012-11-09 19:08:26 UTC --- Wow! There is an option --default-symver for ld. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- Y

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-11-09 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #12 from Igor Pashev 2012-11-09 12:18:59 UTC --- (In reply to comment #11) > It looks like Solaris linker adds soname as a version tag for unversionned > symbols: > > libbrand.so: undefined reference to > `__xmldovaliditycheckingd

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-11-09 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #11 from Igor Pashev 2012-11-09 12:09:32 UTC --- It looks like Solaris linker adds soname as a version tag for unversionned symbols: libbrand.so: undefined reference to `__xmldovaliditycheckingdefaultva...@libxml2.so.2' __xmlDoVa

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-10-10 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 Igor Pashev changed: What|Removed |Added Version|2.21|2.22 -- Configure bugmail: h

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-10-10 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #10 from Igor Pashev 2012-10-10 19:46:56 UTC --- Sorry for spaming, I guess anonymous symbols should be tagged with the base version -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- Y

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-10-10 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #9 from Igor Pashev 2012-10-10 19:40:22 UTC --- Created attachment 6681 --> http://sourceware.org/bugzilla/attachment.cgi?id=6681 elfdump liblib.so -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?ta

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-10-10 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #8 from Igor Pashev 2012-10-10 19:38:50 UTC --- BTW, Solaris linker is completely happy with anonymous tags. # cat lib.c int hello(void) { return -1; } # cat map { global: hello; local:

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-10-10 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #7 from Igor Pashev 2012-10-10 14:58:35 UTC --- (In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #4) > > > Could this be caused by symbol "_lib_version" which is compiled in in > > > every > >

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-10-10 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #6 from Igor Pashev 2012-10-10 13:58:45 UTC --- (In reply to comment #5) > (In reply to comment #4) > > Could this be caused by symbol "_lib_version" which is compiled in in every > > binary from values-X[].o ? "_lib_versio

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-10-10 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #5 from Igor Pashev 2012-10-10 13:14:30 UTC --- (In reply to comment #4) > Could this be caused by symbol "_lib_version" which is compiled in in every > binary from values-X[].o ? "_lib_version" has version tag associated wi

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-10-10 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #4 from Igor Pashev 2012-10-10 12:38:05 UTC --- Could this be caused by symbol "_lib_version" which is compiled in in every binary from values-X[].o ? "_lib_version" has version tag associated with it in libc. -- Config

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-08-17 Thread bugzi...@andreas-borchert.de
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 Andreas F. Borchert changed: What|Removed |Added CC||bugzilla@andreas-borchert.d

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-02-24 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 --- Comment #3 from Igor Pashev 2012-02-25 07:34:55 UTC --- What about assigning [on the fly] some tag instead to those "anonymous" tags? Say "__solaris_anon" or whatsoever. Or maybe "Base". dpkg-gensymbols list anonymous tags as @Base. In an

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2012-01-26 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 Igor Pashev changed: What|Removed |Added CC||pashev.igor at gmail dot

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2011-12-23 Thread alasdairrr at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 Alasdair Lumsden changed: What|Removed |Added CC||alasdairrr at gmail dot com --- Com

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2011-12-05 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 Alan Modra changed: What|Removed |Added Target||*-*-solaris2* CC|

[Bug ld/12548] anonymous version scripts no longer working with binutils 2.21

2011-11-12 Thread lionel at mamane dot lu
http://sourceware.org/bugzilla/show_bug.cgi?id=12548 Lionel Elie Mamane changed: What|Removed |Added CC||lionel at mamane dot lu --- Comme