http://sourceware.org/bugzilla/show_bug.cgi?id=12548
--- Comment #8 from Igor Pashev <pashev.igor at gmail dot com> 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:
*;
};
# gcc -shared lib.c -o liblib.so -Wl,-M,map
// See attached elfdump
--
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
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils