Page MenuHomeFreeBSD

libgcc_s: expose __divmoddi4 on i386
ClosedPublic

Authored by brooks on Apr 19 2024, 9:29 PM.
Tags
None
Referenced Files
F157322356: D44878.diff
Wed, May 20, 8:06 AM
Unknown Object (File)
Mon, May 11, 5:24 AM
Unknown Object (File)
Mon, May 4, 2:34 PM
Unknown Object (File)
Thu, Apr 30, 7:23 AM
Unknown Object (File)
Wed, Apr 29, 10:07 PM
Unknown Object (File)
Tue, Apr 28, 10:56 PM
Unknown Object (File)
Mon, Apr 27, 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