diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/Versions | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 59e085d2bc..5110375413 100644 --- a/math/Makefile +++ b/math/Makefile @@ -29,7 +29,7 @@ headers := math.h bits/mathcalls.h bits/mathinline.h bits/huge_val.h \ distribute := math_private.h machine/asm.h machine/endian.h # FPU support code. -aux := setfpucw +aux := setfpucw fpu_control # Build the -lm library. diff --git a/math/Versions b/math/Versions index 580fa253aa..104c7e5a30 100644 --- a/math/Versions +++ b/math/Versions @@ -4,6 +4,9 @@ libc { __isnan; __isnanf; __isnanl; __finite; __finitef; __finitel; __isinf; __isinff; __isinfl; + # global variables + __fpu_control; + # c* copysign; copysignf; copysignl; |