From: ro@138bc75d-0d04-0410-961f-82ee72b054a4 Date: Mon, 17 May 2010 18:18:08 +0000 (+0000) Subject: * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=62b1a5e7aaa867549a1bd3889e7dff66d5d9c9ef * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159503 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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"