From: Richard Stallman Date: Mon, 30 Nov 1992 22:59:42 +0000 (+0000) Subject: (CONSTRUCTOR_NAME_FORMAT): Let config.h override this. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d5c97601dc3f71c7fa32d2e3cf87262063eda34f;p=gcc.git (CONSTRUCTOR_NAME_FORMAT): Let config.h override this. From-SVN: r2817 --- 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