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)
Oct 9 2024, 11:15 AM
Unknown Object (File)
Sep 10 2024, 10:51 PM
Unknown Object (File)
Sep 9 2024, 8:58 AM
Unknown Object (File)
Aug 3 2024, 11:44 AM
Unknown Object (File)
Aug 3 2024, 11:44 AM
Unknown Object (File)
Aug 3 2024, 11:44 AM
Unknown Object (File)
Aug 3 2024, 11:24 AM
Unknown Object (File)
Jul 29 2024, 8:44 PM
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