aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-06-26 21:47:18 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-06-26 21:47:18 +0000
commit5da5387e876c7ef830500f34bac8bb0726eabb33 (patch)
tree983b14293a1a8d578aebadf7cbe504b569ff89b4 /gcc/system.h
parente8b7a7929c8d9e709591bc9784791c69b85832c2 (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@188999 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h3
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 \