aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-11-04 15:44:00 +0000
committerEd Maste <emaste@FreeBSD.org>2016-11-04 15:44:00 +0000
commite8664a318d8beef34af151969f20fd5f6a9bddd0 (patch)
tree7dee0f6c5c4174329c42836e930f66cc33c8cd69 /lib
parentfa97669261eeccc1a7055da95f73695ff3dd74a5 (diff)
downloadsrc-e8664a318d8beef34af151969f20fd5f6a9bddd0.tar.gz
src-e8664a318d8beef34af151969f20fd5f6a9bddd0.zip
libgcc_s: make unspecified shlib symbols local
We want only symbols explicitly specified in the Version.map. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=308294
Diffstat (limited to 'lib')
-rw-r--r--lib/libgcc_s/Version.map3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libgcc_s/Version.map b/lib/libgcc_s/Version.map
index b592c8746cdc..bd3eb93c685b 100644
--- a/lib/libgcc_s/Version.map
+++ b/lib/libgcc_s/Version.map
@@ -3,6 +3,7 @@
*/
GCC_3.0 {
+global:
__absvdi2;
__absvsi2;
__addvdi3;
@@ -62,6 +63,8 @@ GCC_3.0 {
_Unwind_Resume;
_Unwind_SetGR;
_Unwind_SetIP;
+local:
+ *;
};
GCC_3.3 {