aboutsummaryrefslogtreecommitdiff
path: root/include/elf/hppa.h
diff options
context:
space:
mode:
authorDave Anglin <dave.anglin@nrc.ca>2005-08-10 02:51:52 +0000
committerDave Anglin <dave.anglin@nrc.ca>2005-08-10 02:51:52 +0000
commit3c26c61aa1e17fe8122351f702b5df5c431402c7 (patch)
treeb7698fa5b2d8e6479701de23ab37f87bdd283521 /include/elf/hppa.h
parent91c74f248c20f8c39d221418991be206b2c5d1c1 (diff)
downloadbinutils-3c26c61aa1e17fe8122351f702b5df5c431402c7.zip
binutils-3c26c61aa1e17fe8122351f702b5df5c431402c7.tar.gz
binutils-3c26c61aa1e17fe8122351f702b5df5c431402c7.tar.bz2
* hppa.h (SHT_PARISC_DLKM, SHF_PARISC_WEAKORDER, PT_PARISC_WEAKORDER):
New defines.
Diffstat (limited to 'include/elf/hppa.h')
-rw-r--r--include/elf/hppa.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/hppa.h b/include/elf/hppa.h
index 700f301..57efac6 100644
--- a/include/elf/hppa.h
+++ b/include/elf/hppa.h
@@ -74,6 +74,9 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
/* Section contains code annotations. */
#define SHT_PARISC_ANNOT 0x70000003
+/* DLKM special section. */
+#define SHT_PARISC_DLKM 0x70000004
+
/* These are strictly for compatibility with the older elf32-hppa
implementation. Hopefully we can eliminate them in the future. */
/* Optional section holding argument location/relocation info. */
@@ -93,6 +96,8 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
/* Section should go near GP. */
#define SHF_PARISC_SHORT 0x20000000
+/* Section is weak ordered. */
+#define SHF_PARISC_WEAKORDER 0x10000000
/* Identifies the entry point of a millicode routine. */
#define STT_PARISC_MILLI 13
@@ -489,6 +494,7 @@ typedef enum elf_hppa_reloc_type elf_hppa_reloc_type;
#define PT_PARISC_ARCHEXT 0x70000000
#define PT_PARISC_UNWIND 0x70000001
+#define PT_PARISC_WEAKORDER 0x70000002
/* Flag bits in p_flags of ElfXX_Phdr. */
#define PF_HP_CODE 0x00040000