(CONSTRUCTOR_NAME_FORMAT): Let config.h override this.
authorRichard Stallman <rms@gnu.org>
Mon, 30 Nov 1992 22:59:42 +0000 (22:59 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 30 Nov 1992 22:59:42 +0000 (22:59 +0000)
From-SVN: r2817

gcc/tree.h

index 82bd090ed380521ec1a8db45d330a0094d355b87..eda62c01e86b860f2c5552d110028a8859e4b0cf 100644 (file)
@@ -965,11 +965,13 @@ union tree_node
 #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
 #define CONSTRUCTOR_NAME_FORMAT "_GLOBAL_.I.%s"
 #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