summaryrefslogtreecommitdiff
path: root/elf/elf.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-01-16 10:22:21 +0000
committerUlrich Drepper <drepper@redhat.com>2004-01-16 10:22:21 +0000
commit02e294c24d04a7c9bf6ceedf4257f1c0258d9da7 (patch)
treed57b7e07eba8c5e53c5d79e627e0f74521ae5b3c /elf/elf.h
parentd0369217f1e42b9a19ce1f13ded9873c9575875a (diff)
Define PT_IA_64_HP_OPT_ANOT, PT_IA_64_HP_HSL_ANOT, and PT_IA_64_HP_STACK.
Diffstat (limited to 'elf/elf.h')
-rw-r--r--elf/elf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 198dc7fe38..56ba059e67 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -2173,6 +2173,9 @@ typedef Elf32_Addr Elf32_Conflict;
/* Processor specific values for the Phdr p_type field. */
#define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* arch extension bits */
#define PT_IA_64_UNWIND (PT_LOPROC + 1) /* ia64 unwind bits */
+#define PT_IA_64_HP_OPT_ANOT (PT_LOOS + 0x12)
+#define PT_IA_64_HP_HSL_ANOT (PT_LOOS + 0x13)
+#define PT_IA_64_HP_STACK (PT_LOOS + 0x14)
/* Processor specific flags for the Phdr p_flags field. */
#define PF_IA_64_NORECOV 0x80000000 /* spec insns w/o recovery */