(ASM_OUTPUT_ASCII): Always reset line count when starting new line.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 19 Jun 1995 22:56:03 +0000 (18:56 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 19 Jun 1995 22:56:03 +0000 (18:56 -0400)
From-SVN: r10015

gcc/config/alpha/alpha.h

index add30bd99d5aadbde8a40e9b784ef4e663f05991..e3d0c86299f3065ea9e2585a4188ca6b553ca045 100644 (file)
@@ -1727,7 +1727,7 @@ literal_section ()                                                \
                 can get it to parse the data properly.  */                   \
              if (i < thissize - 1                                            \
                  && p[i + 1] >= '0' && p[i + 1] <= '9')                      \
-               fprintf (asm_out_file, "\"\n\t.ascii \"");                    \
+               _size_so_far = 0, fprintf (asm_out_file, "\"\n\t.ascii \"");  \
          }                                                                   \
        }                                                                     \
       fprintf (asm_out_file, "\"\n");                                        \