bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: pashev.igor at gmail dot com
Subject: [Bug ld/12548] anonymous version scripts no longer working with binutils 2.21
Date: Wed, 10 Oct 2012 19:38:50 +0000


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]