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)
Fri, Nov 7, 2:53 AM
Unknown Object (File)
Wed, Nov 5, 8:49 AM
Unknown Object (File)
Wed, Nov 5, 8:40 AM
Unknown Object (File)
Wed, Nov 5, 8:36 AM
Unknown Object (File)
Wed, Nov 5, 8:35 AM
Unknown Object (File)
Wed, Oct 15, 9:25 PM
Unknown Object (File)
Wed, Oct 15, 9:25 PM
Unknown Object (File)
Wed, Oct 15, 9:25 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