diff options
| author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-18 01:10:12 +0000 |
|---|---|---|
| committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-18 01:10:12 +0000 |
| commit | 6a3697bbb31059af0e7640a5f3f681a7c0b9d24e (patch) | |
| tree | 6c6d9cfe38742347fc3e657a253bd1f6cdcf94ad /gcc/config/darwin.h | |
| parent | 27559c4e528ec67d18aac8c81bbb5438f16d3346 (diff) | |
| download | ppe42-gcc-6a3697bbb31059af0e7640a5f3f681a7c0b9d24e.tar.gz ppe42-gcc-6a3697bbb31059af0e7640a5f3f681a7c0b9d24e.zip | |
* defaults.h, config/darwin.h: Don't define TARGET_SUPPORTS_HIDDEN.
* system.h: Poison it.
* doc/tm.texi: Delete its documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90840 138bc75d-0d04-0410-961f-82ee72b054a4
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 c1d6b8f07ff..a4d18281a18 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 |

