OSDN Git Service

(ASM_OUTPUT_ASCII): Always reset line count when starting new line.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jun 1995 22:56:03 +0000 (22:56 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jun 1995 22:56:03 +0000 (22:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10015 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/alpha/alpha.h

index add30bd..e3d0c86 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");                                        \