summaryrefslogtreecommitdiffstats
path: root/include/elf/hppa.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-04 18:58:41 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-04 18:58:41 +0000
commit3fce499807e18306d0bdc65b6ce40b084a9f2593 (patch)
treedeb2e076af376bc329d8ae90787ff3dd97bbef4d /include/elf/hppa.h
parent6eec49fcec690806702f65f49b9f16c6723f2b34 (diff)
downloadppe42-binutils-3fce499807e18306d0bdc65b6ce40b084a9f2593.tar.gz
ppe42-binutils-3fce499807e18306d0bdc65b6ce40b084a9f2593.zip
1999-09-15 Ulrich Drepper <drepper@cygnus.com>
* hppa.h: Add DT_HP_GST_SIZE, DT_HP_GST_VERSION, and DT_HP_GST_HASHVAL.
Diffstat (limited to 'include/elf/hppa.h')
-rw-r--r--include/elf/hppa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/hppa.h b/include/elf/hppa.h
index d0ac2b1c55..ff11b18ff3 100644
--- a/include/elf/hppa.h
+++ b/include/elf/hppa.h
@@ -290,6 +290,9 @@ typedef enum elf_hppa_reloc_type elf_hppa_reloc_type;
#define DT_HP_NEEDED (DT_LOOS + 0x7)
#define DT_HP_TIME_STAMP (DT_LOOS + 0x8)
#define DT_HP_CHECKSUM (DT_LOOS + 0x9)
+#define DT_HP_GST_SIZE (DT_LOOS + 0xa)
+#define DT_HP_GST_VERSION (DT_LOOS + 0xb)
+#define DT_HP_GST_HASHVAL (DT_LOOS + 0xc)
/* Values for DT_HP_DLD_FLAGS. */
#define DT_HP_DEBUG_PRIVATE 0x0001 /* Map text private */
OpenPOWER on IntegriCloud