diff options
Diffstat (limited to 'include/elf/s390.h')
-rw-r--r-- | include/elf/s390.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/s390.h b/include/elf/s390.h index c62b110..17c4abf 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) |