From 0199557870f15000f0a7232c09bc68c5eb55a577 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 26 Nov 1992 03:11:10 +0000 Subject: [PATCH] (CONSTRUCTOR_NAME_FORMAT): Defined. From-SVN: r2800 --- gcc/config/m68k/tower-as.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/m68k/tower-as.h b/gcc/config/m68k/tower-as.h index 5a3ab602add..c9d15329320 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. -- 2.30.2