mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
1318032e9a
commit
7f35637063
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue