From b67e9372b28ef339581b724c32acf7cf0977001f Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Thu, 2 Aug 2012 21:04:29 +0200 Subject: Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. --- sysdeps/i386/fpu/e_log10l.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/i386/fpu/e_log10l.S') diff --git a/sysdeps/i386/fpu/e_log10l.S b/sysdeps/i386/fpu/e_log10l.S index eeb49c6636..cde987b137 100644 --- a/sysdeps/i386/fpu/e_log10l.S +++ b/sysdeps/i386/fpu/e_log10l.S @@ -12,13 +12,13 @@ .section .rodata.cst8,"aM",@progbits,8 .p2align 3 - ASM_TYPE_DIRECTIVE(one,@object) + .type one,@object one: .double 1.0 ASM_SIZE_DIRECTIVE(one) /* It is not important that this constant is precise. It is only a value which is known to be on the safe side for using the fyl2xp1 instruction. */ - ASM_TYPE_DIRECTIVE(limit,@object) + .type limit,@object limit: .double 0.29 ASM_SIZE_DIRECTIVE(limit) -- cgit 1.4.1