diff options
Diffstat (limited to 'sysdeps/i386/fpu/s_scalbnl.S')
-rw-r--r-- | sysdeps/i386/fpu/s_scalbnl.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/i386/fpu/s_scalbnl.S b/sysdeps/i386/fpu/s_scalbnl.S index 8da0b009e0..839b5ff353 100644 --- a/sysdeps/i386/fpu/s_scalbnl.S +++ b/sysdeps/i386/fpu/s_scalbnl.S @@ -15,7 +15,6 @@ ENTRY(__scalbnl) fstp %st(1) ret END (__scalbnl) -weak_alias (__scalbnl, scalbnl) strong_alias (__scalbnl, __scalblnl) #include <shlib-compat.h> |