]> gcc.gnu.org Git - gcc.git/commitdiff
(ASM_OUTPUT_ASCII): Don't duplicate first char.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 13 Feb 1995 12:08:56 +0000 (07:08 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 13 Feb 1995 12:08:56 +0000 (07:08 -0500)
From-SVN: r8918

gcc/config/i370/i370.h

index d03682731dcb762957012cbf73c6cec806d9a4a5..53f055f709a20cee3c443004e14bb57c3b16f794 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  System/370 version.
-   Copyright (C) 1989, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1993, 1995 Free Software Foundation, Inc.
    Contributed by Jan Stein (jan@cd.chalmers.se).
    Modified for C/370 MVS by Dave Pitts (pitts@mcdata.com)
 
@@ -1169,7 +1169,7 @@ enum reg_class
       else                                                             \
        {                                                               \
          if (j % MVS_ASCII_TEXT_LENGTH == 0)                           \
-            fprintf (FILE, "\tDC\tC'%c", c);                           \
+            fprintf (FILE, "\tDC\tC'", c);                             \
           if ( c == '\'' )                                             \
            fprintf (FILE, "%c%c", c, c);                               \
          else                                                          \
This page took 0.06198 seconds and 5 git commands to generate.