HomeFreeBSD

libgcc_s: expose __divmoddi4 on i386

Description

libgcc_s: expose __divmoddi4 on i386

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.)

MFC after: 3 days
Reviewed by: dim
Differential Revision: https://reviews.freebsd.org/D44878

(cherry picked from commit 44e89340fe349abc020732958c6debd12b5adf2c)

Details

Provenance
brooksAuthored on Apr 19 2024, 9:52 PM
Reviewer
dim
Differential Revision
D44878: libgcc_s: expose __divmoddi4 on i386
Parents
rGa2eaf1cdd625: dumpon: fix set but not used variable
Branches
Unknown
Tags
Unknown