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

Reply via email to