From d5c97601dc3f71c7fa32d2e3cf87262063eda34f Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 30 Nov 1992 22:59:42 +0000 Subject: [PATCH] (CONSTRUCTOR_NAME_FORMAT): Let config.h override this. From-SVN: r2817 --- gcc/tree.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/tree.h b/gcc/tree.h index 82bd090ed38..eda62c01e86 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -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 /* The following functions accept a wide integer argument. Rather than having to cast on every function call, we use a macro instead, that is -- 2.30.2