From: Zack Weinberg Date: Wed, 30 Jun 2004 03:50:55 +0000 (+0000) Subject: * config/ia64/hpux.h: Target does too support thread-local storage. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4877790048c2783291bd85f43866b4ddc6d64af7;p=gcc.git * config/ia64/hpux.h: Target does too support thread-local storage. From-SVN: r83891 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94c5c964ea9..a02c1e0bfb4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-06-29 Zack Weinberg + + * config/ia64/hpux.h: Target does too support thread-local storage. + 2004-06-29 Zack Weinberg * combine.c (distribute_notes): Don't look at global_regs for 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