mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
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
|
||
|---|---|---|
| .. | ||
| arm | ||
| Makefile | ||
| Makefile.depend | ||
| Symbol.map | ||
| SymbolDefault.map | ||
| Versions.def | ||