OSDN Git Service

* hppa.h: Add HPUX specific symbol type definitions.
authorJeff Law <law@redhat.com>
Fri, 3 Sep 1999 02:23:08 +0000 (02:23 +0000)
committerJeff Law <law@redhat.com>
Fri, 3 Sep 1999 02:23:08 +0000 (02:23 +0000)
include/elf/ChangeLog
include/elf/hppa.h

index 2565966..6af6eea 100644 (file)
@@ -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.
 
index f5c7c65..d0ac2b1 100644 (file)
@@ -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 */