diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2010-01-15 09:10:44 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-15 09:10:44 -0800 |
commit | 7760ccced8883571bc00b42ed29384381d1413a5 (patch) | |
tree | c9663ac91bbe68511333b001cb4f63484ea0d52e /elf | |
parent | 3a56ea26730755076cb5bc1d07727c7a4fcb8fd7 (diff) | |
download | glibc-7760ccced8883571bc00b42ed29384381d1413a5.tar.gz glibc-7760ccced8883571bc00b42ed29384381d1413a5.tar.xz glibc-7760ccced8883571bc00b42ed29384381d1413a5.zip |
/390: Add runtime check for the highgprs kernel feature.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/elf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h index 1bc8ef3489..8af7c177ce 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. */ |