From b09fd73a0011a1634a4101cd47f79101c66db23b Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 17 May 2010 18:18:08 +0000 Subject: [PATCH] * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition. From-SVN: r159503 --- gcc/config/i386/sol2.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h index 777fc2cf129..cb663a1bcd8 100644 --- a/gcc/config/i386/sol2.h +++ b/gcc/config/i386/sol2.h @@ -96,11 +96,6 @@ along with GCC; see the file COPYING3. If not see #undef TARGET_SUN_TLS #define TARGET_SUN_TLS 1 -/* Follow Sun requirements for TLS code sequences and use Sun assembler TLS - syntax. */ -#undef TARGET_SUN_TLS -#define TARGET_SUN_TLS 1 - /* The Sun assembler uses .tcomm for TLS common sections. */ #define TLS_COMMON_ASM_OP ".tcomm" -- 2.30.2