From fc9232c98e0e0a3c1a600b33c69aa53d6aa2f422 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Wed, 3 Mar 2004 19:42:26 +0100 Subject: sparc.c (noov_compare64_op): Fix typo. * config/sparc/sparc.c (noov_compare64_op): Fix typo. * config/sparc/sparc.h (ASM_FLOAT): Delete. (ASM_DOUBLE): Likewise. (ASM_LONGDOUBLE): Likewise. * config/sparc/pbd.h (ASM_INT_OP): Delete. From-SVN: r78859 --- gcc/config/sparc/sparc.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/config/sparc/sparc.h') diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 8de7c14..f3cfa7d 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -2324,12 +2324,6 @@ do { \ #define ASM_APP_OFF "" -/* ??? Try to make the style consistent here (_OP?). */ - -#define ASM_FLOAT ".single" -#define ASM_DOUBLE ".double" -#define ASM_LONGDOUBLE ".xxx" /* ??? Not known (or used yet). */ - /* How to refer to registers in assembler output. This sequence is indexed by compiler's hard-register-number (see above). */ -- cgit v1.1