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/e_asin.S b/libm/x86/e_asin.S index 99dfb68..5d7f331 100644 --- a/libm/x86/e_asin.S +++ b/libm/x86/e_asin.S
@@ -466,8 +466,7 @@ # -- End asin # Start file scope ASM -.weak asinl -.equ asinl, asin +ALIAS_SYMBOL(asinl, asin); # End file scope ASM .section .rodata, "a" .align 16