aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/ia64/hpux.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 94c5c96..a02c1e0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2004-06-29 Zack Weinberg <zack@codesourcery.com>
+ * config/ia64/hpux.h: Target does too support thread-local storage.
+
+2004-06-29 Zack Weinberg <zack@codesourcery.com>
+
* combine.c (distribute_notes): Don't look at global_regs for
pseudos.
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