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 15, 4:37 PM
Unknown Object (File)
Wed, May 1, 9:20 PM
Unknown Object (File)
Wed, May 1, 9:20 PM
Unknown Object (File)
Wed, May 1, 9:20 PM
Unknown Object (File)
Fri, Apr 26, 3:20 PM
Unknown Object (File)
Fri, Apr 26, 3:16 PM
Unknown Object (File)
Fri, Apr 26, 3:13 PM
Unknown Object (File)
Fri, Apr 26, 10:49 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