summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-03 13:29:51 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2015-06-03 13:29:51 +0000
commitbeb0dd83e004793e9b0b40585425c8ce0eaf190b (patch)
tree8677ab42ca22ed99ac25339f4616262f31b90efc
parentf8363c5d5c527aabf678c51fd04176f977170471 (diff)
downloadgcc-beb0dd83e004793e9b0b40585425c8ce0eaf190b.tar.gz
2015-06-03 Benigno B. Junior <bbj@gentoo.org>
* config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into -Bsymbolic. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224079 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/netbsd-elf.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ae786097711..d9266df99fb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/netbsd-elf.h b/gcc/config/netbsd-elf.h
index ea094293dd6..a679bbde238 100644
--- a/gcc/config/netbsd-elf.h
+++ b/gcc/config/netbsd-elf.h
@@ -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: \