https://sourceware.org/bugzilla/show_bug.cgi?id=30006
--- Comment #15 from Alan Modra <amodra at gmail dot com> --- (In reply to Vladimir Mezentsev from comment #14) > % gcc -m32 test.c -Wl,--version-script -Wl,map.txt > /usr/local/bin/ld: warning: using 'GLIBC_2.0' as version for 'dlopen' which > is also named in version 'GLIBC_2.1' in script This warning is emitted by gold. ld.bfd does not give this warning or the error about a multiple definition of dlopen. I believe there is nothing target specific, or compiler specific about the bug, it is simply whether ld.gold or ld.bfd is used to link. -- You are receiving this mail because: You are on the CC list for the bug.