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)
Tue, Mar 17, 5:59 AM
Unknown Object (File)
Mon, Mar 9, 9:22 PM
Unknown Object (File)
Wed, Feb 25, 4:47 PM
Unknown Object (File)
Fri, Feb 20, 4:57 PM
Unknown Object (File)
Feb 8 2026, 10:44 AM
Unknown Object (File)
Feb 7 2026, 11:30 PM
Unknown Object (File)
Jan 31 2026, 12:12 AM
Unknown Object (File)
Jan 27 2026, 2:24 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