mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
__flt_rounds is a public symbol (expands from the FLT_ROUNDS macro),
so include it in the public namespace on arm just as with other architectures. This corrects r236816. Submitted by: Jan Sieka MFC after: 1 week
This commit is contained in:
parent
23ced6c117
commit
ed1589b9b7
1 changed files with 1 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ FBSD_1.0 {
|
|||
brk;
|
||||
cerror; /* XXX - Should this be .cerror (see sys/cerror.S)? */
|
||||
sbrk;
|
||||
__flt_rounds;
|
||||
};
|
||||
|
||||
FBSDprivate_1.0 {
|
||||
|
|
@ -70,7 +71,6 @@ FBSDprivate_1.0 {
|
|||
__divdf3;
|
||||
__floatsisf;
|
||||
__floatsidf;
|
||||
__flt_rounds;
|
||||
__fixsfsi;
|
||||
__fixdfsi;
|
||||
__fixunssfsi;
|
||||
|
|
|
|||
Loading…
Reference in a new issue