summaryrefslogtreecommitdiff
path: root/libc/sysdeps/i386/fpu/s_asinhf.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/i386/fpu/s_asinhf.S')
-rw-r--r--libc/sysdeps/i386/fpu/s_asinhf.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/i386/fpu/s_asinhf.S b/libc/sysdeps/i386/fpu/s_asinhf.S
index aa72676b4..86a49a3fa 100644
--- a/libc/sysdeps/i386/fpu/s_asinhf.S
+++ b/libc/sysdeps/i386/fpu/s_asinhf.S
@@ -22,13 +22,13 @@
.section .rodata
.align ALIGNARG(4)
- ASM_TYPE_DIRECTIVE(huge,@object)
+ .type huge,@object
huge: .double 1e+36
ASM_SIZE_DIRECTIVE(huge)
- 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)