* config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.

From-SVN: r159503
This commit is contained in:
Rainer Orth 2010-05-17 18:18:08 +00:00
parent 58a1185978
commit b09fd73a00

View File

@ -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"