From: Jeff Law Date: Fri, 3 Sep 1999 02:23:08 +0000 (+0000) Subject: * hppa.h: Add HPUX specific symbol type definitions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=97578bb047ea6fc59ef2306ddce2cbe1221a2587;p=binutils-gdb.git * hppa.h: Add HPUX specific symbol type definitions. --- diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 256596672f3..6af6eeaab21 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,5 +1,7 @@ 1999-09-02 Ulrich Drepper + * 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 f5c7c650464..d0ac2b1c556 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 */