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:
emaste 2016-11-04 15:44:00 +00:00
parent 1e6714e6bd
commit 87e5b3b26e

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 {