diff options
author | Ryan Hill <rhill@gentoo.org> | 2013-04-16 05:22:56 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2013-04-16 05:22:56 +0000 |
commit | ccb8ca41b396298983a2c60f50907cf13eea2255 (patch) | |
tree | 42d7bd765a835f2f7ec8d9cdd3b6aa6e8df0903c /4.6.4/gentoo/52_all_netbsd-Bsymbolic.patch | |
parent | add missing include needed w/newer gcc #464640 by Tim Northover (diff) | |
download | gcc-patches-ccb8ca41b396298983a2c60f50907cf13eea2255.tar.gz gcc-patches-ccb8ca41b396298983a2c60f50907cf13eea2255.tar.bz2 gcc-patches-ccb8ca41b396298983a2c60f50907cf13eea2255.zip |
Initial 4.6.4 patchset based off latest 4.6.3 patchset. Update patches touching .texi files to patch the .info files instead as we no longer regenerate them.
Diffstat (limited to '4.6.4/gentoo/52_all_netbsd-Bsymbolic.patch')
-rw-r--r-- | 4.6.4/gentoo/52_all_netbsd-Bsymbolic.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/4.6.4/gentoo/52_all_netbsd-Bsymbolic.patch b/4.6.4/gentoo/52_all_netbsd-Bsymbolic.patch new file mode 100644 index 0000000..4db281e --- /dev/null +++ b/4.6.4/gentoo/52_all_netbsd-Bsymbolic.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/122698 + +--- 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: \ |