commit | 6e86146b85efe9fbab117a62bc7a5c5be1370731 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Sat Mar 14 12:17:45 2015 -0700 |
committer | Christopher Ferris <cferris@google.com> | Sat Mar 14 12:17:45 2015 -0700 |
tree | f173d0fdc62bd3a889ade436bd65cfbbc5ddd2fa | |
parent | 83c0028e030bad1f7cf54ba3f04962b9a6a9e1e4 [diff] [blame] |
Fix typo in alias symbol. Change-Id: I41d2c29bd4a9ba382bbe3440541c8e1506fc5809
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