From: Adhemerval Zanella Date: Mon, 5 Apr 2021 13:03:12 +0000 (-0300) Subject: ia64: Fix build after 9acda61d94ac X-Git-Tag: glibc-2.34~710 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52c512bc56ed99e9ddc3efe98e3433016016c69a;p=thirdparty%2Fglibc.git ia64: Fix build after 9acda61d94ac The j0f/j1f/y0f/y1f now uses __inv_pio4 and call roundf (which turns to __roundf on ia64). --- diff --git a/sysdeps/ia64/fpu/s_roundf.S b/sysdeps/ia64/fpu/s_roundf.S index 8de595472d0..10fa49b7be0 100644 --- a/sysdeps/ia64/fpu/s_roundf.S +++ b/sysdeps/ia64/fpu/s_roundf.S @@ -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 index 1cc89317007..00000000000 --- a/sysdeps/ia64/fpu/s_sincosf_data.c +++ /dev/null @@ -1 +0,0 @@ -/* Not needed. */