commit | 593a75ee6b9857a452e57b21fb28507da30f89cf | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Sat Mar 14 19:22:29 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Mar 14 19:22:29 2015 +0000 |
tree | f173d0fdc62bd3a889ade436bd65cfbbc5ddd2fa | |
parent | 83c0028e030bad1f7cf54ba3f04962b9a6a9e1e4 [diff] | |
parent | 6e86146b85efe9fbab117a62bc7a5c5be1370731 [diff] |
Merge "Fix typo in alias symbol."
diff --git a/libm/x86/s_expm1.S b/libm/x86/s_expm1.S index 1f21cde..1f9e87b 100644 --- a/libm/x86/s_expm1.S +++ b/libm/x86/s_expm1.S
@@ -365,7 +365,7 @@ # -- End expm1 # Start file scope ASM -ALIAS_SYMBOL(exmp1l, exmp1); +ALIAS_SYMBOL(expm1l, expm1); # End file scope ASM .section .rodata, "a" .align 16