diff options
Diffstat (limited to 'sysdeps/i386/fpu/s_scalbnf.S')
-rw-r--r-- | sysdeps/i386/fpu/s_scalbnf.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/i386/fpu/s_scalbnf.S b/sysdeps/i386/fpu/s_scalbnf.S index 0de0694..ad97be8 100644 --- a/sysdeps/i386/fpu/s_scalbnf.S +++ b/sysdeps/i386/fpu/s_scalbnf.S @@ -14,7 +14,6 @@ ENTRY(__scalbnf) fstp %st(1) ret END (__scalbnf) -weak_alias (__scalbnf, scalbnf) strong_alias (__scalbnf, __scalblnf) #include <shlib-compat.h> |