(CONSTRUCTOR_NAME_FORMAT): Defined.
authorRichard Stallman <rms@gnu.org>
Thu, 26 Nov 1992 03:11:10 +0000 (03:11 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 26 Nov 1992 03:11:10 +0000 (03:11 +0000)
From-SVN: r2800

gcc/config/m68k/tower-as.h

index 5a3ab602add5c1a7b9f70b87554e859289eafa66..c9d153293202180fdd229d413b0ab2c6f80a1275 100644 (file)
@@ -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.