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:
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/s390.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/s390.h b/include/elf/s390.h
index c62b11016..17c4abfe1 100644
--- a/include/elf/s390.h
+++ b/include/elf/s390.h
@@ -33,6 +33,10 @@
#include "elf/reloc-macros.h"
+/* Processor specific flags for the ELF header e_flags field. */
+
+#define EF_S390_HIGH_GPRS 0x00000001
+
/* Relocation types. */
START_RELOC_NUMBERS (elf_s390_reloc_type)