aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-11-26 03:11:10 +0000
committerRichard Stallman <rms@gnu.org>1992-11-26 03:11:10 +0000
commit0199557870f15000f0a7232c09bc68c5eb55a577 (patch)
treebd48d102715db3fb44c81be55a9cf859fe0e819e
parent998e27a06806cc3aff58a9444d3b21478c5e2877 (diff)
downloadgcc-0199557870f15000f0a7232c09bc68c5eb55a577.zip
gcc-0199557870f15000f0a7232c09bc68c5eb55a577.tar.gz
gcc-0199557870f15000f0a7232c09bc68c5eb55a577.tar.bz2
(CONSTRUCTOR_NAME_FORMAT): Defined.
From-SVN: r2800
-rw-r--r--gcc/config/m68k/tower-as.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m68k/tower-as.h b/gcc/config/m68k/tower-as.h
index 5a3ab60..c9d15329 100644
--- a/gcc/config/m68k/tower-as.h
+++ b/gcc/config/m68k/tower-as.h
@@ -629,6 +629,9 @@ do { fprintf (asm_out_file, "\ttag\t"); \
#define NO_DOLLAR_IN_LABEL
#define NO_DOT_IN_LABEL
+/* The usual definitions don't work because neither $ nor . is allowed. */
+#define CONSTRUCTOR_NAME_FORMAT "_GLOBAL_%%I%%%s"
+
/* Define a few machine-specific details
of the implementation of constructors.