aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-06-19 18:56:03 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-06-19 18:56:03 -0400
commitb2d5e3116e4574a45aa7e112b3f083117d23b6b2 (patch)
tree900adc2a1b58898f5b05004d2a1b2c0d064ebfb7 /gcc
parent99934aedca9a51d3fa1aa9848f7522880b706a9c (diff)
downloadgcc-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.h2
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"); \