Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-10-12 08:48:23 +0400
committerJeff Law <law@redhat.com>1999-10-12 08:48:23 +0400
commitb85737aadfbcf3af343b8033ae24d82c7ba3dff9 (patch)
tree653bab9d9751cff3715fa63b619cdaf70b9851f6 /include/elf/hppa.h
parent756b080175061208fc3ea23e4dd33d14366a7333 (diff)
* hppa.h (PF_HP_PAGE_SIZE): Define.
(PF_HP_FAR_SHARED, PF_HP_NEAR_SHARED, PF_HP_CODE): Likewise. (PF_HP_MODIFY, PF_HP_LAZYSWAP, PF_HP_SBP): Likewise.
Diffstat (limited to 'include/elf/hppa.h')
-rw-r--r--include/elf/hppa.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/hppa.h b/include/elf/hppa.h
index ff11b18ff..5b2444415 100644
--- a/include/elf/hppa.h
+++ b/include/elf/hppa.h
@@ -277,6 +277,14 @@ typedef enum elf_hppa_reloc_type elf_hppa_reloc_type;
#define PT_PARISC_ARCHEXT 0x70000000
#define PT_PARISC_UNWIND 0x70000001
#define PF_PARISC_SBP 0x08000000
+#define PF_HP_PAGE_SIZE 0x00100000
+#define PF_HP_FAR_SHARED 0x00200000
+#define PF_HP_NEAR_SHARED 0x00400000
+#define PF_HP_CODE 0x01000000
+#define PF_HP_MODIFY 0x02000000
+#define PF_HP_LAZYSWAP 0x04000000
+#define PF_HP_SBP 0x08000000
+
/* Processor specific dynamic array tags. */