(CONSTRUCTOR_NAME_FORMAT): Removed.
authorPer Bothner <bothner@gcc.gnu.org>
Thu, 12 Aug 1993 02:56:55 +0000 (19:56 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 12 Aug 1993 02:56:55 +0000 (19:56 -0700)
From-SVN: r5138

gcc/tree.h

index 52b313cdf1c344c81276a270d2437677001ee071..e522dcd41ed0d53997239ec061dcbe31d5b0c4c7 100644 (file)
@@ -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
 \f
 /* The following functions accept a wide integer argument.  Rather than
    having to cast on every function call, we use a macro instead, that is