about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/e_ilogbl.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/fpu/e_ilogbl.S')
-rw-r--r--sysdeps/x86_64/fpu/e_ilogbl.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/e_ilogbl.S b/sysdeps/x86_64/fpu/e_ilogbl.S
index 44f92159a8..ae6c0fe6f9 100644
--- a/sysdeps/x86_64/fpu/e_ilogbl.S
+++ b/sysdeps/x86_64/fpu/e_ilogbl.S
@@ -37,4 +37,3 @@ ENTRY(__ieee754_ilogbl)
 	movl	$0x80000000, %eax	/* FP_ILOGB0  */
 	ret
 END (__ieee754_ilogbl)
-weak_alias (__ieee754_ilogbl, __ilogbl_finite)