diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-30 03:50:55 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-30 03:50:55 +0000 |
commit | 99103ec3eee34482703646fac79f9d0ae276fdcf (patch) | |
tree | 745c4c7af2f1fc5ed077471eb71e4dab5eafd7fe /gcc/config/ia64 | |
parent | 61e6ba16506745420d4908fcb36a4a17c95e5fb1 (diff) | |
download | gcc-99103ec3eee34482703646fac79f9d0ae276fdcf.tar.gz |
* config/ia64/hpux.h: Target does too support thread-local storage.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83891 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64')
-rw-r--r-- | gcc/config/ia64/hpux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index 2f98ea86abe..cd65be5d688 100644 --- a/gcc/config/ia64/hpux.h +++ b/gcc/config/ia64/hpux.h @@ -196,10 +196,6 @@ do { \ #undef TARGET_SECTION_TYPE_FLAGS #define TARGET_SECTION_TYPE_FLAGS ia64_rwreloc_section_type_flags -/* HP-UX does not support thread-local storage. */ -#undef TARGET_HAVE_TLS -#define TARGET_HAVE_TLS false - /* ia64 HPUX has the float and long double forms of math functions. */ #undef TARGET_C99_FUNCTIONS #define TARGET_C99_FUNCTIONS 1 |