Page MenuHomeFreeBSD

libgcc_s: expose __divmoddi4 on i386
ClosedPublic

Authored by brooks on Apr 19 2024, 9:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 15, 2:07 PM
Unknown Object (File)
Tue, Apr 14, 11:34 PM
Unknown Object (File)
Sat, Apr 11, 4:00 PM
Unknown Object (File)
Sat, Apr 11, 10:02 AM
Unknown Object (File)
Wed, Apr 8, 1:48 PM
Unknown Object (File)
Tue, Mar 31, 5:11 PM
Unknown Object (File)
Thu, Mar 26, 4:07 AM
Unknown Object (File)
Mar 17 2026, 5:59 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 Not Applicable
Unit
Tests Not Applicable