aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu/e_acosh.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/e_acosh.S')
-rw-r--r--sysdeps/i386/fpu/e_acosh.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i386/fpu/e_acosh.S b/sysdeps/i386/fpu/e_acosh.S
index f1970f6112..474f5c9352 100644
--- a/sysdeps/i386/fpu/e_acosh.S
+++ b/sysdeps/i386/fpu/e_acosh.S
@@ -22,10 +22,10 @@
.section .rodata.cst8,"aM",@progbits,8
.p2align 3
- ASM_TYPE_DIRECTIVE(one,@object)
+ .type one,@object
one: .double 1.0
ASM_SIZE_DIRECTIVE(one)
- ASM_TYPE_DIRECTIVE(limit,@object)
+ .type limit,@object
limit: .double 0.29
ASM_SIZE_DIRECTIVE(limit)