Re: [PATCH] netbsd: respect -symbolic

2015-06-03 Thread Jeff Law
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

[PATCH] netbsd: respect -symbolic

2015-05-30 Thread Mike Frysinger
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 * co