libgcc_s: make unspecified shlib symbols local

We want only symbols explicitly specified in the Version.map.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2016-11-04 15:44:00 +00:00
parent fa97669261
commit e8664a318d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308294

View file

@ -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 {