summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/4.8-linaro/850-use_shared_libgcc.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-02-24 21:09:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-02-24 21:09:37 +0000
commit06a3d35eda134aa178747be2a3b92e35625863ec (patch)
treefb6982878703257154d702d982455521600acad9 /toolchain/gcc/patches/4.8-linaro/850-use_shared_libgcc.patch
parent9a97bfcc2bfe32819ce22d1f73360020e854efe6 (diff)
downloadmtk-20170518-06a3d35eda134aa178747be2a3b92e35625863ec.zip
mtk-20170518-06a3d35eda134aa178747be2a3b92e35625863ec.tar.gz
mtk-20170518-06a3d35eda134aa178747be2a3b92e35625863ec.tar.bz2
gcc: fix visibility of symbols libgcc.a
Symbols need to be hidden, even for the static variant Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39749
Diffstat (limited to 'toolchain/gcc/patches/4.8-linaro/850-use_shared_libgcc.patch')
-rw-r--r--toolchain/gcc/patches/4.8-linaro/850-use_shared_libgcc.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/gcc/patches/4.8-linaro/850-use_shared_libgcc.patch b/toolchain/gcc/patches/4.8-linaro/850-use_shared_libgcc.patch
index ee3f602..6fa1924 100644
--- a/toolchain/gcc/patches/4.8-linaro/850-use_shared_libgcc.patch
+++ b/toolchain/gcc/patches/4.8-linaro/850-use_shared_libgcc.patch
@@ -33,17 +33,6 @@
- printf ("\n local:\n\t*;\n};\n");
+ printf ("\n\t*;\n};\n");
}
---- a/libgcc/Makefile.in
-+++ b/libgcc/Makefile.in
-@@ -368,7 +368,7 @@ endif
- # For -fvisibility=hidden. We need both a -fvisibility=hidden on
- # the command line, and a #define to prevent libgcc2.h etc from
- # overriding that with #pragmas.
--vis_hide = @vis_hide@
-+vis_hide =
-
- ifneq (,$(vis_hide))
-
--- a/gcc/config/rs6000/linux.h
+++ b/gcc/config/rs6000/linux.h
@@ -61,6 +61,9 @@