diff options
Diffstat (limited to 'libm/x86/e_exp.S')
-rw-r--r-- | libm/x86/e_exp.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libm/x86/e_exp.S b/libm/x86/e_exp.S index c4fbe47..eab619d 100644 --- a/libm/x86/e_exp.S +++ b/libm/x86/e_exp.S @@ -257,8 +257,7 @@ END(exp) # -- End exp # Start file scope ASM -.weak expl -.equ expl, exp +ALIAS_SYMBOL(expl, exp); # End file scope ASM .section .rodata, "a" .align 16 |