From: ro 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.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5af024af8634f4a266455720bfd0653a1f1feb0;p=thirdparty%2Fgcc.git * 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 777fc2cf129f..cb663a1bcd89 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"