(CONSTRUCTOR_NAME_FORMAT): Add backslashes to prevent SCCS confusion.
authorRichard Stallman <rms@gnu.org>
Mon, 24 May 1993 16:52:50 +0000 (16:52 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 24 May 1993 16:52:50 +0000 (16:52 +0000)
From-SVN: r4559

gcc/config/m68k/tower-as.h

index cfe75490bf5f14429e5203c90ff18943293bd188..87cf034cf8d2bd15a5f05b036d7eb101f14ed379 100644 (file)
@@ -639,7 +639,7 @@ do { fprintf (asm_out_file, "\ttag\t");     \
 #define NO_DOT_IN_LABEL
 
 /* The usual definitions don't work because neither $ nor . is allowed.  */
-#define CONSTRUCTOR_NAME_FORMAT "_GLOBAL_%%I%%%s"
+#define CONSTRUCTOR_NAME_FORMAT "_GLOBAL_%%I\%%%s"
 
 /* Define a few machine-specific details
    of the implementation of constructors.