commit | 995b813e91a5eb67a970b9f076911873bdf5dbc4 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Mar 13 17:43:52 2015 -0700 |
committer | Christopher Ferris <cferris@google.com> | Fri Mar 13 23:57:15 2015 -0700 |
tree | 4cfd804670c9799cf8238bd10119320a7f8066e6 | |
parent | 81c31bdd43e50538fa45f5e7783782a5ae5666e9 [diff] [blame] |
For libm, use a macro for aliasing symbols. Change-Id: Ibd42ebc387c2bf3eba9aa96091770915b4b34184
diff --git a/libm/x86/s_atan.S b/libm/x86/s_atan.S index 67d8c02..c4413f1 100644 --- a/libm/x86/s_atan.S +++ b/libm/x86/s_atan.S
@@ -245,8 +245,7 @@ # -- End atan # Start file scope ASM -.weak atanl -.equ atanl, atan +ALIAS_SYMBOL(atanl, atan); # End file scope ASM .section .rodata, "a" .align 16