aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2001-02-04 08:29:46 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2001-02-04 08:29:46 +0000
commit1ca894a0e403de4be67483069f8b59059ad53a31 (patch)
tree815541fa1776fda28adf6a72453ad1d34ecb1aaf /gcc/varasm.c
parent52b357ea122caec736f311fecec2b3b9a0296da9 (diff)
downloadgcc-1ca894a0e403de4be67483069f8b59059ad53a31.zip
gcc-1ca894a0e403de4be67483069f8b59059ad53a31.tar.gz
gcc-1ca894a0e403de4be67483069f8b59059ad53a31.tar.bz2
cppinit.c (BC): New macro.
* 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. From-SVN: r39436
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 cae65cc..0470657 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