From: Per Bothner Date: Thu, 12 Aug 1993 02:56:55 +0000 (-0700) Subject: (CONSTRUCTOR_NAME_FORMAT): Removed. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0450bf1214220eb1adcd4eb8e0be680377977e41;p=gcc.git (CONSTRUCTOR_NAME_FORMAT): Removed. From-SVN: r5138 --- diff --git a/gcc/tree.h b/gcc/tree.h index 52b313cdf1c..e522dcd41ed 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -994,19 +994,6 @@ union tree_node #ifndef NULL_PTR #define NULL_PTR ((GENERIC_PTR)0) #endif - -/* Format for global names of constructor and destructor functions. */ -#ifndef CONSTRUCTOR_NAME_FORMAT /* Some machines need to override this. */ -#ifndef NO_DOLLAR_IN_LABEL -#define CONSTRUCTOR_NAME_FORMAT "_GLOBAL_$I$%s" -#else -#ifdef NO_DOT_IN_LABEL -#define CONSTRUCTOR_NAME_FORMAT "____GLOBAL__I_%s" -#else -#define CONSTRUCTOR_NAME_FORMAT "_GLOBAL_.I.%s" -#endif -#endif -#endif /* The following functions accept a wide integer argument. Rather than having to cast on every function call, we use a macro instead, that is