mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
ia64: Fix build after 9acda61d94
The j0f/j1f/y0f/y1f now uses __inv_pio4 and call roundf (which turns to __roundf on ia64).
This commit is contained in:
parent
1d64e962ab
commit
52c512bc56
@ -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)
|
||||
|
@ -1 +0,0 @@
|
||||
/* Not needed. */
|
Loading…
Reference in New Issue
Block a user