From 7760ccced8883571bc00b42ed29384381d1413a5 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Fri, 15 Jan 2010 09:10:44 -0800 Subject: /390: Add runtime check for the highgprs kernel feature. --- elf/elf.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'elf/elf.h') diff --git a/elf/elf.h b/elf/elf.h index 1bc8ef3..8af7c17 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -2493,6 +2493,12 @@ typedef Elf32_Addr Elf32_Conflict; /* Keep this the last entry. */ #define R_SH_NUM 256 +/* S/390 specific definitions. */ + +/* Valid values for the e_flags field. */ + +#define EF_S390_HIGH_GPRS 0x00000001 /* High GPRs kernel facility needed. */ + /* Additional s390 relocs */ #define R_390_NONE 0 /* No reloc. */ -- cgit v1.1