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)
Sun, Feb 23, 10:44 PM
Unknown Object (File)
Sat, Feb 22, 2:00 PM
Unknown Object (File)
Sat, Feb 22, 1:50 PM
Unknown Object (File)
Thu, Feb 20, 3:33 PM
Unknown Object (File)
Feb 13 2025, 8:31 AM
Unknown Object (File)
Feb 12 2025, 11:35 PM
Unknown Object (File)
Feb 11 2025, 9:10 PM
Unknown Object (File)
Feb 10 2025, 1:31 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