From b2d5e3116e4574a45aa7e112b3f083117d23b6b2 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 19 Jun 1995 18:56:03 -0400 Subject: [PATCH] (ASM_OUTPUT_ASCII): Always reset line count when starting new line. From-SVN: r10015 --- gcc/config/alpha/alpha.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); \ -- 2.30.2