about summary refs log tree commit diff
path: root/sysdeps/libm-i387/s_exp2l.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-i387/s_exp2l.S')
-rw-r--r--sysdeps/libm-i387/s_exp2l.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/libm-i387/s_exp2l.S b/sysdeps/libm-i387/s_exp2l.S
index 4b543d06f8..fa1fdc9236 100644
--- a/sysdeps/libm-i387/s_exp2l.S
+++ b/sysdeps/libm-i387/s_exp2l.S
@@ -6,7 +6,7 @@
 
 #include <machine/asm.h>
 
-ENTRY(__exp2l)
+ENTRY(__ieee754_exp2l)
 	fldt	4(%esp)
 /* I added the following ugly construct because exp(+-Inf) resulted
    in NaN.  The ugliness results from the bright minds at Intel.
@@ -34,5 +34,4 @@ ENTRY(__exp2l)
 	fstp	%st
 	fldz				/* Set result to 0.  */
 2:	ret
-END (__exp2l)
-weak_alias (__exp2l, exp2l)
+END (__ieee754_exp2l)