* config/ia64/hpux.h: Target does too support thread-local storage.
From-SVN: r83891
This commit is contained in:
parent
02bbc6ffc0
commit
4877790048
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue