[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gprofng/30006] Failure to build binutils-2.40 on i686
From: |
amodra at gmail dot com |
Subject: |
[Bug gprofng/30006] Failure to build binutils-2.40 on i686 |
Date: |
Thu, 02 Feb 2023 23:32:30 +0000 |
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.