add __divdi3 and __udivdi3 to 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-06 17:21:26 +00:00
parent 1318032e9a
commit 7f35637063
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308379

View file

@ -15,6 +15,7 @@ global:
__deregister_frame;
__deregister_frame_info;
__deregister_frame_info_bases;
__divdi3;
__divti3;
__ffsdi2;
__ffsti2;
@ -47,6 +48,7 @@ global:
__subvdi3;
__subvsi3;
__ucmpti2;
__udivdi3;
__udivmodti4;
__udivti3;
__umodti3;