[Bug 237068] /usr/local/bin/ld: BFD (GNU Binutils) 2.30 assertion fail elflink.c:2824

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 26 21:10:07 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237068

--- Comment #41 from Mark Millard <marklmi26-fbsd at yahoo.com> ---
(In reply to Mark Millard from comment #40)

I should have noted: this is based on a gcc 4.2.1
toolchain FreeBSD context, not one of my more modern
toolchain experiments. So:

GNU ld (GNU Binutils) 2.32
# /usr/bin/ld -v
GNU ld 2.17.50 [FreeBSD] 2007-07-03


Thus, for example, the /lib/libncurses.so.8 in:

# ldd lib/libLLVM-6.0.so
lib/libLLVM-6.0.so:
        libncurses.so.8 => /lib/libncurses.so.8 (0x41e00000)
        libc.so.7 => /lib/libc.so.7 (0x41862000)

was not produced by the more modern ld :

# /usr/local/bin/ld -v
GNU ld (GNU Binutils) 2.32

but /lib/libncurses.so.8 was used by 2.32 in forming
lib/libLLVM-6.0.so .

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list