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 | 97578bb047ea6fc59ef2306ddce2cbe1221a2587 (patch) | |
tree | 1ec3ae43652d9a8ac9dd01a316044450de90b169 /include/elf/hppa.h | |
parent | 20e29382fd8835fc5fb13ad0e501e52f53f2932d (diff) | |
download | binutils-97578bb047ea6fc59ef2306ddce2cbe1221a2587.zip binutils-97578bb047ea6fc59ef2306ddce2cbe1221a2587.tar.gz binutils-97578bb047ea6fc59ef2306ddce2cbe1221a2587.tar.bz2 |
* hppa.h: Add HPUX specific symbol type definitions.
Diffstat (limited to 'include/elf/hppa.h')
-rw-r--r-- | include/elf/hppa.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |