From 4e2edffd2333e07d82a7ebdd9635c5c53116e94a Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Tue, 26 Jun 2012 21:47:18 +0000 Subject: system.h (USE_COMMON_FOR_ONE_ONLY): Poison. * 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. From-SVN: r188999 --- gcc/defaults.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/defaults.h') diff --git a/gcc/defaults.h b/gcc/defaults.h index 296bb6a..cfd44ba 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -332,12 +332,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see # endif #endif -/* Determines whether we may use common symbols to represent one-only - semantics (a.k.a. "vague linkage"). */ -#ifndef USE_COMMON_FOR_ONE_ONLY -# define USE_COMMON_FOR_ONE_ONLY 1 -#endif - /* By default we can assume that all global symbols are in one namespace, across all shared libraries. */ #ifndef MULTIPLE_SYMBOL_SPACES -- cgit v1.1