ia64: Fix build after 9acda61d94ac
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 5 Apr 2021 13:03:12 +0000 (10:03 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 5 Apr 2021 13:07:42 +0000 (10:07 -0300)
The j0f/j1f/y0f/y1f now uses __inv_pio4 and call roundf (which turns
to __roundf on ia64).

sysdeps/ia64/fpu/s_roundf.S
sysdeps/ia64/fpu/s_sincosf_data.c [deleted file]

index 8de5954..10fa49b 100644 (file)
@@ -105,7 +105,7 @@ fRem       = f13
 
 
 .section .text
-GLOBAL_LIBM_ENTRY(roundf)
+GLOBAL_LIBM_ENTRY(__roundf)
 
 { .mfi
       getf.exp         rSignexp  = f8        // Get signexp, recompute if unorm
@@ -230,5 +230,5 @@ ROUND_UNORM:
 }
 ;;
 
-GLOBAL_LIBM_END(roundf)
-libm_alias_float_other (round, round)
+GLOBAL_LIBM_END(__roundf)
+libm_alias_float (__round, round)
diff --git a/sysdeps/ia64/fpu/s_sincosf_data.c b/sysdeps/ia64/fpu/s_sincosf_data.c
deleted file mode 100644 (file)
index 1cc8931..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/* Not needed.  */