projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e2938
)
* hppa.h: Add HPUX specific symbol type definitions.
author
Jeff Law
<law@redhat.com>
Fri, 3 Sep 1999 02:23:08 +0000
(
02:23
+0000)
committer
Jeff Law
<law@redhat.com>
Fri, 3 Sep 1999 02:23:08 +0000
(
02:23
+0000)
include/elf/ChangeLog
patch
|
blob
|
history
include/elf/hppa.h
patch
|
blob
|
history
diff --git
a/include/elf/ChangeLog
b/include/elf/ChangeLog
index 256596672f35c6427310a201e3e78dcac0b2802f..6af6eeaab211dfca3347c1340009dce21bb1e969 100644
(file)
--- 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 f5c7c650464800dd96eb653ab6fa52592a6bee22..d0ac2b1c5568d39dc079334e5fd9e41477ee3e4f 100644
(file)
--- 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 */