Page MenuHomeFreeBSD

libgcc_s: expose __divmoddi4 on i386
ClosedPublic

Authored by brooks on Fri, Apr 19, 9:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 15, 4:37 PM
Unknown Object (File)
Wed, May 1, 9:20 PM
Unknown Object (File)
Wed, May 1, 9:20 PM
Unknown Object (File)
Wed, May 1, 9:20 PM
Unknown Object (File)
Fri, Apr 26, 3:20 PM
Unknown Object (File)
Fri, Apr 26, 3:16 PM
Unknown Object (File)
Fri, Apr 26, 3:13 PM
Unknown Object (File)
Fri, Apr 26, 10:49 AM
Subscribers

Details

Summary

GCC has used this for some time (since 7.0) and apparently we were
getting away with using the hidden symbol, but when linking with
--no-undefined-version we get an error unless it's properly exported.
(For anyone who wonders at the assymetry, __udivmoddi4 is indeed much
older and was introduced with GCC 3.0.)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 57236
Build 54124: arc lint + arc unit