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_expm1.S b/libm/x86/s_expm1.S index 58819ef..1f21cde 100644 --- a/libm/x86/s_expm1.S +++ b/libm/x86/s_expm1.S
@@ -365,8 +365,7 @@ # -- End expm1 # Start file scope ASM -.weak expm1l -.equ expm1l, expm1 +ALIAS_SYMBOL(exmp1l, exmp1); # End file scope ASM .section .rodata, "a" .align 16