diff options
author | Zack Weinberg <zack@codesourcery.com> | 2004-06-30 03:50:55 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2004-06-30 03:50:55 +0000 |
commit | 4877790048c2783291bd85f43866b4ddc6d64af7 (patch) | |
tree | 745c4c7af2f1fc5ed077471eb71e4dab5eafd7fe /gcc/config | |
parent | 02bbc6ffc032d3cd5a191e45d2ab0110773286c3 (diff) | |
download | gcc-4877790048c2783291bd85f43866b4ddc6d64af7.zip gcc-4877790048c2783291bd85f43866b4ddc6d64af7.tar.gz gcc-4877790048c2783291bd85f43866b4ddc6d64af7.tar.bz2 |
* config/ia64/hpux.h: Target does too support thread-local storage.
From-SVN: r83891
Diffstat (limited to 'gcc/config')
-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 2f98ea8..cd65be5 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 |