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/system.h | |
parent | 7882e02ecda7e4f9828800a5b9f69a01e10c9b14 (diff) | |
download | gcc-f97cd9ed0b1432d8325c6746e72262bdedc6c1a8.tar.gz |
* 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/system.h')
-rw-r--r-- | gcc/system.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 5fa926fe00b..f12ac9cf7da 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -894,7 +894,8 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; REAL_VALUE_TRUNCATE REVERSE_CONDEXEC_PREDICATES_P \ TARGET_ALIGN_ANON_BITFIELDS TARGET_NARROW_VOLATILE_BITFIELDS \ IDENT_ASM_OP UNALIGNED_SHORT_ASM_OP UNALIGNED_INT_ASM_OP \ - UNALIGNED_LONG_ASM_OP UNALIGNED_DOUBLE_INT_ASM_OP + UNALIGNED_LONG_ASM_OP UNALIGNED_DOUBLE_INT_ASM_OP \ + USE_COMMON_FOR_ONE_ONLY /* Hooks that are no longer used. */ #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \ |