On 05/30/2015 06:12 AM, Mike Frysinger wrote:
The current netbsd elf spec doesn't respect -symbolic which prevents passing -Bsymbolic down to the linker. This causes problems when you try to link the runtime linker as it creates an ELF with incorrect sections in it leading it to crash at startup.2015-05-30 Benigno B. Junior <b...@gentoo.org> * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into -Bsymbolic.
Thanks. Installed on the trunk. jeff