add missing i386 symbols libgcc_s symbol version map

After r308294 they were missing on i386 (and previously were exported
only accidentally).

Reported by:	antoine
This commit is contained in:
Ed Maste 2016-11-08 17:36:19 +00:00
parent feabce61dc
commit 199f4e8d68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308445

View file

@ -8,9 +8,12 @@ global:
__absvsi2;
__addvdi3;
__addvsi3;
__ashldi3;
__ashlti3;
__ashrdi3;
__ashrti3;
__clear_cache;
__cmpdi2;
__cmpti2;
__deregister_frame;
__deregister_frame_info;
@ -19,23 +22,36 @@ global:
__divti3;
__ffsdi2;
__ffsti2;
__fixdfdi;
__fixdfti;
__fixsfdi;
__fixsfti;
__fixunsdfdi;
__fixunsdfsi;
__fixunsdfti;
__fixunssfdi;
__fixunssfsi;
__fixunssfti;
__fixunsxfdi;
__fixunsxfsi;
__fixunsxfti;
__fixxfdi;
__fixxfti;
__floatdidf;
__floatdisf;
__floatdixf;
__floattidf;
__floattisf;
__floattixf;
__lshrdi3;
__lshrti3;
__moddi3;
__modti3;
__muldi3;
__mulvdi3;
__mulvsi3;
__multi3;
__negdi2;
__negti2;
__negvdi2;
__negvsi2;
@ -47,10 +63,13 @@ global:
__register_frame_table;
__subvdi3;
__subvsi3;
__ucmpdi2;
__ucmpti2;
__udivdi3;
__udivmoddi4;
__udivmodti4;
__udivti3;
__umoddi3;
__umodti3;
_Unwind_DeleteException;
_Unwind_Find_FDE;
@ -82,12 +101,16 @@ GCC_3.3.1 {
GCC_3.4 {
__clzdi2;
__clzsi2;
__clzti2;
__ctzdi2;
__ctzsi2;
__ctzti2;
__paritydi2;
__paritysi2;
__parityti2;
__popcountdi2;
__popcountsi2;
__popcountti2;
} GCC_3.3.1;
@ -116,6 +139,9 @@ GCC_4.0.0 {
} GCC_3.4.4;
GCC_4.2.0 {
__floatundidf;
__floatundisf;
__floatundixf;
__floatuntidf;
__floatuntisf;
__floatuntixf;