diff options
author | Rainer Orth <ro@gcc.gnu.org> | 2010-05-17 18:18:08 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2010-05-17 18:18:08 +0000 |
commit | b09fd73a0011a1634a4101cd47f79101c66db23b (patch) | |
tree | 1c2168a723f40aaa69c4d4af2742af14fcff8952 /gcc | |
parent | 58a1185978eed474a3ffbd730197b27955b6d022 (diff) | |
download | gcc-b09fd73a0011a1634a4101cd47f79101c66db23b.zip gcc-b09fd73a0011a1634a4101cd47f79101c66db23b.tar.gz gcc-b09fd73a0011a1634a4101cd47f79101c66db23b.tar.bz2 |
* config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
From-SVN: r159503
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/sol2.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h index 777fc2c..cb663a1 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" |