From: Richard Stallman Date: Thu, 26 Nov 1992 03:11:10 +0000 (+0000) Subject: (CONSTRUCTOR_NAME_FORMAT): Defined. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0199557870f15000f0a7232c09bc68c5eb55a577;p=gcc.git (CONSTRUCTOR_NAME_FORMAT): Defined. From-SVN: r2800 --- 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.