diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-19 18:56:03 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-19 18:56:03 -0400 |
commit | b2d5e3116e4574a45aa7e112b3f083117d23b6b2 (patch) | |
tree | 900adc2a1b58898f5b05004d2a1b2c0d064ebfb7 /gcc | |
parent | 99934aedca9a51d3fa1aa9848f7522880b706a9c (diff) | |
download | gcc-b2d5e3116e4574a45aa7e112b3f083117d23b6b2.zip gcc-b2d5e3116e4574a45aa7e112b3f083117d23b6b2.tar.gz gcc-b2d5e3116e4574a45aa7e112b3f083117d23b6b2.tar.bz2 |
(ASM_OUTPUT_ASCII): Always reset line count when starting new line.
From-SVN: r10015
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/alpha.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index add30bd..e3d0c86 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"); \ |