diff options
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 |