sparc.c (noov_compare64_op): Fix typo.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Wed, 3 Mar 2004 18:42:26 +0000 (19:42 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 3 Mar 2004 18:42:26 +0000 (18:42 +0000)
* 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/ChangeLog
gcc/config/sparc/pbd.h
gcc/config/sparc/sparc.c
gcc/config/sparc/sparc.h

index 814f285b8d5346fe9986fe8ca6c85b115143655d..94adcecddd7ed447c233561e8956df04998eb1b7 100644 (file)
@@ -1,3 +1,12 @@
+2004-03-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * 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.
+
 2003-03-03  Richard Henderson  <rth@redhat.com>
 
        PR opt/13862
index e9344a0d9c74eaa865c3cc433d90bdf39328259c..528bb2274778ebf8c396e10a5417e9412d4790de 100644 (file)
@@ -143,5 +143,3 @@ Boston, MA 02111-1307, USA.  */
 #define ASM_OUTPUT_SOURCE_LINE(file, line, counter)    \
   fprintf (file, ".stabn 68,0,%d,.LM%d\n.LM%d:\n",     \
           line, counter, counter)
-
-#define ASM_INT_OP "\t.long "
index 4f564b130e6240da09da69d6cafc44efaeffb1c7..e47bed2f48b7d925055411225c5e65e44e0bc39f 100644 (file)
@@ -1001,7 +1001,7 @@ noov_compare64_op (register rtx op, enum machine_mode mode ATTRIBUTE_UNUSED)
   if (! TARGET_V9)
     return 0;
 
-  if (!COMPARISON_P (op));
+  if (!COMPARISON_P (op))
     return 0;
 
   code = GET_CODE (op);
index 8de7c1486430bc90c42d8e2468b9638fd4b28283..f3cfa7d2c112e90bd32b48cac2f4a162ac3f644d 100644 (file)
@@ -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).  */