aboutsummaryrefslogtreecommitdiff
path: root/gcc/defaults.h
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2004-11-18 01:10:12 +0000
committerZack Weinberg <zack@codesourcery.com>2004-11-18 01:10:12 +0000
commit54cfed39a8a0a3dd032e62eda30a7da0b3c8329d (patch)
tree6c6d9cfe38742347fc3e657a253bd1f6cdcf94ad /gcc/defaults.h
parent08ac0e3ae66bd4136713032583547af61df40487 (diff)
* defaults.h, config/darwin.h: Don't define TARGET_SUPPORTS_HIDDEN.
* system.h: Poison it. * doc/tm.texi: Delete its documentation. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@90840 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r--gcc/defaults.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h
index b69ae13f332..1e1bdc87e08 100644
--- a/gcc/defaults.h
+++ b/gcc/defaults.h
@@ -270,17 +270,6 @@ do { fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \
# endif
#endif
-/* This determines whether this target supports hidden visibility.
- This is a weaker condition than HAVE_GAS_HIDDEN, which probes for
- specific assembler syntax. */
-#ifndef TARGET_SUPPORTS_HIDDEN
-# ifdef HAVE_GAS_HIDDEN
-# define TARGET_SUPPORTS_HIDDEN 1
-# else
-# define TARGET_SUPPORTS_HIDDEN 0
-# endif
-#endif
-
/* Determines whether we may use common symbols to represent one-only
semantics (a.k.a. "vague linkage"). */
#ifndef USE_COMMON_FOR_ONE_ONLY