From: Richard Kenner Date: Mon, 19 Jun 1995 22:56:03 +0000 (-0400) Subject: (ASM_OUTPUT_ASCII): Always reset line count when starting new line. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2d5e3116e4574a45aa7e112b3f083117d23b6b2;p=gcc.git (ASM_OUTPUT_ASCII): Always reset line count when starting new line. From-SVN: r10015 --- diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index add30bd99d5..e3d0c86299f 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -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"); \