diff options
Diffstat (limited to 'sysdeps/libm-i387/s_tan.S')
-rw-r--r-- | sysdeps/libm-i387/s_tan.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/libm-i387/s_tan.S b/sysdeps/libm-i387/s_tan.S index 9474c8cfc2..9333671873 100644 --- a/sysdeps/libm-i387/s_tan.S +++ b/sysdeps/libm-i387/s_tan.S @@ -26,4 +26,5 @@ ENTRY(__tan) fptan fstp %st(0) ret +PSEUDO_END (__tan) weak_alias (__tan, tan) |