Commit b09fd73a by Rainer Orth

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

From-SVN: r159503
parent 58a11859
...@@ -96,11 +96,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -96,11 +96,6 @@ along with GCC; see the file COPYING3. If not see
#undef TARGET_SUN_TLS #undef TARGET_SUN_TLS
#define TARGET_SUN_TLS 1 #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. */ /* The Sun assembler uses .tcomm for TLS common sections. */
#define TLS_COMMON_ASM_OP ".tcomm" #define TLS_COMMON_ASM_OP ".tcomm"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment