diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-08-12 02:56:55 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-08-12 02:56:55 +0000 |
commit | f6764aa22dca638f699c8d5892b4a9bee439e882 (patch) | |
tree | 6caee1670b81130a0150fa58d269d728e17198be /gcc/tree.h | |
parent | d9dbde93e810af4096ad275b4d7979957a8d463d (diff) | |
download | gcc-f6764aa22dca638f699c8d5892b4a9bee439e882.tar.gz |
(CONSTRUCTOR_NAME_FORMAT): Removed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5138 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index 52b313cdf1c..e522dcd41ed 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -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 |