4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

1999-09-15 Ulrich Drepper <drepper@cygnus.com>

* hppa.h: Add DT_HP_GST_SIZE, DT_HP_GST_VERSION, and DT_HP_GST_HASHVAL.
This commit is contained in:
Ulrich Drepper 1999-10-04 18:58:41 +00:00
parent bf27795cff
commit 02bd4206a8
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,7 @@
1999-09-15 Ulrich Drepper <drepper@cygnus.com>
* hppa.h: Add DT_HP_GST_SIZE, DT_HP_GST_VERSION, and DT_HP_GST_HASHVAL.
1999-09-04 Steve Chamberlain <sac@pobox.com>
* pj.h: New file.

View File

@ -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 */