[Bug ld/13406] version script: please allow anonymous tag to be combined with other tags

2020-04-04 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=13406

Fangrui Song  changed:

   What|Removed |Added

 CC||i at maskray dot me

--- Comment #10 from Fangrui Song  ---
Lionel's original patch can still be applied (with line number shift).

  if (link_info.version_info != NULL
  && (name[0] == '\0' || link_info.version_info->name[0] == '\0'))
{
  einfo (_("%X%P: anonymous version tag cannot be combined"
   " with other version tags\n"));
  free (version);
  return;
}


This is an arbitrary and non-meaningful restriction to me.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/13406] version script: please allow anonymous tag to be combined with other tags

2016-03-03 Thread sbergman at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=13406

--- Comment #9 from Stephan Bergmann  ---
(The original problem had been solved in LibreOffice with

"fdo#42865: privatized unique empty string symbol," i.e., adding
_ZNSs4_Rep20_S_empty_rep_storageE to the version maps in a section named
GLIBCXX_3.4, the same section libstdc++ weakly exports it in.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/13406] version script: please allow anonymous tag to be combined with other tags

2016-02-26 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=13406

H.J. Lu  changed:

   What|Removed |Added

 Status|REOPENED|WAITING
 CC||hjl.tools at gmail dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/13406] version script: please allow anonymous tag to be combined with other tags

2016-02-26 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=13406

H.J. Lu  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---

--- Comment #6 from H.J. Lu  ---
Please try binutils 2.26.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/13406] version script: please allow anonymous tag to be combined with other tags

2012-11-13 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13406

Igor Pashev pashev.igor at gmail dot com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #5 from Igor Pashev pashev.igor at gmail dot com 2012-11-13 
21:23:26 UTC ---
Bug #12548 has some real fix.

*** This bug has been marked as a duplicate of bug 12548 ***

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/13406] version script: please allow anonymous tag to be combined with other tags

2012-11-09 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13406

--- Comment #4 from Igor Pashev pashev.igor at gmail dot com 2012-11-09 
18:56:08 UTC ---
anonymous tag may not be combined with other tags.

Instead, on Solaris platform, any non-tagged symbol must be tagged with Base
version: soname or file base name (if no soname)

https://github.com/illumos/illumos-gate/blob/master/usr/src/cmd/sgs/libld/common/version.c#L948

So if libfoo.so.2 has such a mapfile:

{
global:
foo_hello;
foo_world;
}

it must be read as:

libfoo.so.2 {
global:
foo_hello;
foo_world;
}

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/13406] version script: please allow anonymous tag to be combined with other tags

2012-08-17 Thread bugzi...@andreas-borchert.de
http://sourceware.org/bugzilla/show_bug.cgi?id=13406

Andreas F. Borchert bugzi...@andreas-borchert.de changed:

   What|Removed |Added

 CC||bugzilla@andreas-borchert.d
   ||e

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/13406] version script: please allow anonymous tag to be combined with other tags

2012-02-24 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13406

--- Comment #3 from Igor Pashev pashev.igor at gmail dot com 2012-02-25 
07:30:58 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 any case if this will be fixed in other way, we can
use LD_NOVERSION for transition.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/13406] version script: please allow anonymous tag to be combined with other tags

2012-01-26 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13406

Igor Pashev pashev.igor at gmail dot com changed:

   What|Removed |Added

 CC||pashev.igor at gmail dot
   ||com

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/13406] version script: please allow anonymous tag to be combined with other tags

2012-01-26 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13406

--- Comment #2 from Igor Pashev pashev.igor at gmail dot com 2012-01-26 
12:52:33 UTC ---
(In reply to comment #0)

 This would also solve bug 12548 as a side-effect :)

I' not sure. I got File format not recognized when linking library built with
this patch (and mixing anon- and non-anon tags)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils