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)
Thu, Feb 13, 8:31 AM
Unknown Object (File)
Wed, Feb 12, 11:35 PM
Unknown Object (File)
Tue, Feb 11, 9:10 PM
Unknown Object (File)
Mon, Feb 10, 1:31 AM
Unknown Object (File)
Tue, Feb 4, 8:53 PM
Unknown Object (File)
Sun, Jan 26, 6:09 PM
Unknown Object (File)
Sun, Jan 26, 6:02 PM
Unknown Object (File)
Jan 16 2025, 3:17 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