Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2006-02-07 00:52:48 +0300
committerSteve Ellcey <sellcey@mips.com>2006-02-07 00:52:48 +0300
commitd38cf862cec699b471fa2ad2d765843da22a57ae (patch)
tree20ddfe7d155509335d80179b5fb80bdc716d981e /include/elf
parent7420667afb98dc738d382bb54ca01c6b9fe59933 (diff)
* elf/ia64.h (SHF_IA_64_HP_TLS): New.
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/ia64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/ia64.h b/include/elf/ia64.h
index 2a9694e95..c63edc315 100644
--- a/include/elf/ia64.h
+++ b/include/elf/ia64.h
@@ -57,6 +57,8 @@
#define SHF_IA_64_SHORT 0x10000000 /* Section near gp. */
#define SHF_IA_64_NORECOV 0x20000000 /* Spec insns w/o recovery. */
+#define SHF_IA_64_HP_TLS 0x01000000 /* HP specific TLS flag. */
+
/* Possible values for sh_type in Elf64_Shdr: */
#define SHT_IA_64_EXT (SHT_LOPROC + 0) /* Extension bits. */