ld: Add lib32 directories for 32-bit emulation on FreeBSD/amd64
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 21 Dec 2023 11:51:26 +0000 (12:51 +0100)
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 21 Dec 2023 11:51:26 +0000 (12:51 +0100)
commit333a6b1a6399992cc98ac34727acf38136b770e6
tree1e7e812cd26db0e87c9f88608f5b65a6852a567b
parentbfcfa995f9461726d57f0d9a2879ba4352547870
ld: Add lib32 directories for 32-bit emulation on FreeBSD/amd64

GNU ld currently fails to link 32-bit executables on FreeBSD/amd64 when
the linked libraries have dependencies on shared objects themselves:

$ gcc -m32 -o ei ei.c -lexecinfo
/var/gcc/binutils/amd64/lib/gcc/amd64-pc-freebsd14.0/13.2.0/../../../../amd64-pc-freebsd14.0/bin/ld:
warning: libelf.so.2, needed by /usr/lib/../lib32/libexecinfo.so, not found
(try using -rpath or -rpath-link)
/var/gcc/binutils/amd64/lib/gcc/amd64-pc-freebsd14.0/13.2.0/../../../../amd64-pc-freebsd14.0/bin/ld:
/usr/lib/../lib32/libexecinfo.so: undefined reference to `elf_begin@R1.0'
[...]

Fixed by handling FreeBSD/amd64 like Linux/x86.

Tested on amd64-pc-freebsd14.0.
ld/ChangeLog
ld/emulparams/elf_i386.sh