aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-05-24 16:52:50 +0000
committerRichard Stallman <rms@gnu.org>1993-05-24 16:52:50 +0000
commit06a601c3f1a4f20cd2512b3e7ee7627197cb31fe (patch)
tree4769be68967a8024d66b9923f33e409847c4656c
parentdaba3361c49b5ced451370aacb3339f251d9723e (diff)
downloadgcc-06a601c3f1a4f20cd2512b3e7ee7627197cb31fe.zip
gcc-06a601c3f1a4f20cd2512b3e7ee7627197cb31fe.tar.gz
gcc-06a601c3f1a4f20cd2512b3e7ee7627197cb31fe.tar.bz2
(CONSTRUCTOR_NAME_FORMAT): Add backslashes to prevent SCCS confusion.
From-SVN: r4559
-rw-r--r--gcc/config/m68k/tower-as.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/tower-as.h b/gcc/config/m68k/tower-as.h
index cfe7549..87cf034 100644
--- a/gcc/config/m68k/tower-as.h
+++ b/gcc/config/m68k/tower-as.h
@@ -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.