summaryrefslogtreecommitdiffstats
path: root/gcc/varasm.c
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-04 08:29:46 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-04 08:29:46 +0000
commit21419a5e9e736f80c0a3494249260bd3dd7a7f13 (patch)
tree815541fa1776fda28adf6a72453ad1d34ecb1aaf /gcc/varasm.c
parent3b44c686f2c88d55af068cb05886129fe331d3d4 (diff)
downloadppe42-gcc-21419a5e9e736f80c0a3494249260bd3dd7a7f13.tar.gz
ppe42-gcc-21419a5e9e736f80c0a3494249260bd3dd7a7f13.zip
* cppinit.c (BC): New macro.
(builtin_array): Add __GXX_WEAK__. * cpplib.h (builtin_type): Add BT_WEAK. * cppmacro.c (builtin_macro): Handle BT_WEAK. * defaults.h (SUPPORTS_ONE_ONLY): Define. * varasm.c (SUPPORTS_ONE_ONLY): Do not define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39436 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r--gcc/varasm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index cae65cc413e..047065777d7 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -4828,15 +4828,6 @@ assemble_alias (decl, target)
#endif
}
-/* This determines whether or not we support link-once semantics. */
-#ifndef SUPPORTS_ONE_ONLY
-#ifdef MAKE_DECL_ONE_ONLY
-#define SUPPORTS_ONE_ONLY 1
-#else
-#define SUPPORTS_ONE_ONLY 0
-#endif
-#endif
-
/* Returns 1 if the target configuration supports defining public symbols
so that one of them will be chosen at link time instead of generating a
multiply-defined symbol error, whether through the use of weak symbols or
OpenPOWER on IntegriCloud