mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
ia64: math: rename s_ilogbl.S to e_ilogbl.S
The main tree renamed these files as well as the symbols. Update ia64 accordingly. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
4625d0ae8d
commit
f0984e264e
@ -1,3 +1,9 @@
|
|||||||
|
2012-04-27 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* sysdeps/ia64/fpu/s_ilogbl.S: Move to ...
|
||||||
|
* sysdeps/ia64/fpu/e_ilogbl.S: ... here.
|
||||||
|
(__ieee754_ilogbl): Rename from ilogbl.
|
||||||
|
|
||||||
2012-04-27 Mike Frysinger <vapier@gentoo.org>
|
2012-04-27 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/ia64/kernel-features.h (__ASSUME_ACCEPT4):
|
* sysdeps/unix/sysv/linux/ia64/kernel-features.h (__ASSUME_ACCEPT4):
|
||||||
|
@ -103,7 +103,7 @@ fNorm_x = f10
|
|||||||
f2to64 = f11
|
f2to64 = f11
|
||||||
|
|
||||||
.section .text
|
.section .text
|
||||||
GLOBAL_LIBM_ENTRY(ilogbl)
|
GLOBAL_LIBM_ENTRY(__ieee754_ilogbl)
|
||||||
|
|
||||||
// X NORMAL
|
// X NORMAL
|
||||||
// TrueExp_x = exp(f8) - 0xffff
|
// TrueExp_x = exp(f8) - 0xffff
|
||||||
@ -204,7 +204,7 @@ ILOGB_ZERO:
|
|||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
GLOBAL_LIBM_END(ilogbl)
|
GLOBAL_LIBM_END(__ieee754_ilogbl)
|
||||||
|
|
||||||
|
|
||||||
LOCAL_LIBM_ENTRY(__libm_error_region)
|
LOCAL_LIBM_ENTRY(__libm_error_region)
|
Loading…
Reference in New Issue
Block a user