diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1993-08-11 19:56:55 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1993-08-11 19:56:55 -0700 |
commit | 0450bf1214220eb1adcd4eb8e0be680377977e41 (patch) | |
tree | 6caee1670b81130a0150fa58d269d728e17198be | |
parent | 6b3cf8c6c4c2a88b8b2d5cf5dd88cd685921a380 (diff) | |
download | gcc-0450bf1214220eb1adcd4eb8e0be680377977e41.zip gcc-0450bf1214220eb1adcd4eb8e0be680377977e41.tar.gz gcc-0450bf1214220eb1adcd4eb8e0be680377977e41.tar.bz2 |
(CONSTRUCTOR_NAME_FORMAT): Removed.
From-SVN: r5138
-rw-r--r-- | gcc/tree.h | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 |