[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/13406] version script: please allow anonymous tag to be combined
From: |
pashev.igor at gmail dot com |
Subject: |
[Bug ld/13406] version script: please allow anonymous tag to be combined with other tags |
Date: |
Fri, 09 Nov 2012 18:56:08 +0000 |
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 ld/13406] version script: please allow anonymous tag to be combined with other tags,
pashev.igor at gmail dot com <=