netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into -Bsymbolic.

2015-06-03  Benigno B. Junior  <bbj@gentoo.org>

	* config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into
	-Bsymbolic.

From-SVN: r224079
This commit is contained in:
Benigno B. Junior 2015-06-03 13:29:51 +00:00 committed by Jeff Law
parent ea5b45b61f
commit 12a87083e2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-06-03 Benigno B. Junior <bbj@gentoo.org>
* config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into
-Bsymbolic.
2015-06-02 Andres Tiraboschi <andres.tiraboschi@tallertechnologies.com>
* doc/plugins.texi (enum plugin_event): New event.

View File

@ -70,6 +70,7 @@ along with GCC; see the file COPYING3. If not see
#define NETBSD_LINK_SPEC_ELF \
"%{assert*} %{R*} %{rpath*} \
%{shared:-shared} \
%{symbolic:-Bsymbolic} \
%{!shared: \
-dc -dp \
%{!nostdlib: \