diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-12-27 18:56:13 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-12-27 18:57:13 +0000 |
commit | 82dd75a7f436a19047325d62182590c9f9e23a78 (patch) | |
tree | 60ca20c8cf2b0d178d84725c0715471f76df97e1 /sysdeps/ia64/fpu/e_atan2.S | |
parent | 0bbb676a2342367c4e52b35e890f24667dabb348 (diff) | |
parent | 963c37d5c0eb62b38f8764b23931c0dcdd497a13 (diff) |
Merge commit 'refs/top-bases/t/tls' into t/tls
Diffstat (limited to 'sysdeps/ia64/fpu/e_atan2.S')
-rw-r--r-- | sysdeps/ia64/fpu/e_atan2.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ia64/fpu/e_atan2.S b/sysdeps/ia64/fpu/e_atan2.S index 7a17fbfed4..1786794e7d 100644 --- a/sysdeps/ia64/fpu/e_atan2.S +++ b/sysdeps/ia64/fpu/e_atan2.S @@ -985,6 +985,7 @@ ATAN2_ERROR: ;; } GLOBAL_IEEE754_END(atan2) +libm_alias_double_other (__atan2, atan2) LOCAL_LIBM_ENTRY(__libm_error_region) |