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, May 20, 8:06 AM
Unknown Object (File)
May 11 2026, 5:24 AM
Unknown Object (File)
May 4 2026, 2:34 PM
Unknown Object (File)
Apr 30 2026, 7:23 AM
Unknown Object (File)
Apr 29 2026, 10:07 PM
Unknown Object (File)
Apr 28 2026, 10:56 PM
Unknown Object (File)
Apr 27 2026, 12:28 PM
Unknown Object (File)
Apr 21 2026, 4:15 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