summaryrefslogtreecommitdiff
path: root/include/elf/hppa.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-03 02:23:08 +0000
committerJeff Law <law@redhat.com>1999-09-03 02:23:08 +0000
commit375152fc9e25914d0fbfc247491fc15ddd497c20 (patch)
tree30e43dbb461f48ef4fcd6f2545a8dcced2b04cf4 /include/elf/hppa.h
parent27a5569ae4fcdcb43adc9087ab1e34e4f3d7ab7d (diff)
downloadbinutils-redhat-375152fc9e25914d0fbfc247491fc15ddd497c20.tar.gz
* hppa.h: Add HPUX specific symbol type definitions.
Diffstat (limited to 'include/elf/hppa.h')
-rw-r--r--include/elf/hppa.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/hppa.h b/include/elf/hppa.h
index f5c7c65046..d0ac2b1c55 100644
--- a/include/elf/hppa.h
+++ b/include/elf/hppa.h
@@ -318,4 +318,8 @@ typedef enum elf_hppa_reloc_type elf_hppa_reloc_type;
#define PT_HP_PARALLEL (PT_LOOS + 0x10)
#define PT_HP_FASTBIND (PT_LOOS + 0x11)
+/* Additional symbol types. */
+#define STT_HP_OPAQUE (STT_LOOS + 0x1)
+#define STT_HP_STUB (STT_LOOS + 0x2)
+
#endif /* _ELF_HPPA_H */