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:
parent
1e6714e6bd
commit
87e5b3b26e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user