diff options
author | Jeff Law <law@redhat.com> | 1999-09-03 02:23:08 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-03 02:23:08 +0000 |
commit | ff727b36c1fbef16fa6bf54b86536cef4b4b480c (patch) | |
tree | 0ebb57ba5cf4315911c944f2ac0f95e56442dc58 | |
parent | e62f10ab8c481510ecbb20dc96561ab6d5ca5fa9 (diff) | |
download | newlib-ff727b36c1fbef16fa6bf54b86536cef4b4b480c.zip newlib-ff727b36c1fbef16fa6bf54b86536cef4b4b480c.tar.gz newlib-ff727b36c1fbef16fa6bf54b86536cef4b4b480c.tar.bz2 |
* hppa.h: Add HPUX specific symbol type definitions.
-rw-r--r-- | include/elf/ChangeLog | 2 | ||||
-rw-r--r-- | include/elf/hppa.h | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 2565966..6af6eea 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,5 +1,7 @@ 1999-09-02 Ulrich Drepper <drepper@cygnus.com> + * hppa.h: Add HPUX specific symbol type definitions. + * hppa.h: Add HPUX specific dynamic and program header table specific definitions. diff --git a/include/elf/hppa.h b/include/elf/hppa.h index f5c7c65..d0ac2b1 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 */ |