diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2004-11-18 01:10:12 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2004-11-18 01:10:12 +0000 |
commit | cf249358ead1dbecd809ab4766e0d1dac26f3cb8 (patch) | |
tree | 6c6d9cfe38742347fc3e657a253bd1f6cdcf94ad /gcc/config/darwin.h | |
parent | a8e68029244bf2bcafbb82c7419438d185dc4c5d (diff) | |
download | gcc-cf249358ead1dbecd809ab4766e0d1dac26f3cb8.zip gcc-cf249358ead1dbecd809ab4766e0d1dac26f3cb8.tar.gz gcc-cf249358ead1dbecd809ab4766e0d1dac26f3cb8.tar.bz2 |
defaults.h, darwin.h: Don't define TARGET_SUPPORTS_HIDDEN.
* defaults.h, config/darwin.h: Don't define TARGET_SUPPORTS_HIDDEN.
* system.h: Poison it.
* doc/tm.texi: Delete its documentation.
From-SVN: r90840
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index c1d6b8f..a4d1828 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -408,10 +408,6 @@ extern const char *darwin_fix_and_continue_switch; links to, so there's no need for weak-ness for that. */ #define GTHREAD_USE_WEAK 0 -/* We support hidden visibility */ -#undef TARGET_SUPPORTS_HIDDEN -#define TARGET_SUPPORTS_HIDDEN 1 - /* The Darwin linker imposes two limitations on common symbols: they can't have hidden visibility, and they can't appear in dylibs. As a consequence, we should never use common symbols to represent |