diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-26 21:47:18 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-26 21:47:18 +0000 |
commit | f97cd9ed0b1432d8325c6746e72262bdedc6c1a8 (patch) | |
tree | 983b14293a1a8d578aebadf7cbe504b569ff89b4 /gcc/config | |
parent | 7882e02ecda7e4f9828800a5b9f69a01e10c9b14 (diff) | |
download | ppe42-gcc-f97cd9ed0b1432d8325c6746e72262bdedc6c1a8.tar.gz ppe42-gcc-f97cd9ed0b1432d8325c6746e72262bdedc6c1a8.zip |
* system.h (USE_COMMON_FOR_ONE_ONLY): Poison.
* defaults.h (USE_COMMON_FOR_ONE_ONLY): Do not provide default.
* config/darwin.h (USE_COMMON_FOR_ONE_ONLY): Do not define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188999 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/darwin.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 6bc7f73f679..d2f47f8cbb4 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -464,13 +464,6 @@ extern GTY(()) int darwin_ms_struct; links to, so there's no need for weak-ness for that. */ #define GTHREAD_USE_WEAK 0 -/* 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 - vague linkage. */ -#undef USE_COMMON_FOR_ONE_ONLY -#define USE_COMMON_FOR_ONE_ONLY 0 - /* The Darwin linker doesn't want coalesced symbols to appear in a static archive's table of contents. */ #undef TARGET_WEAK_NOT_IN_ARCHIVE_TOC |