summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>2010-01-15 09:10:44 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-15 09:10:44 -0800
commit7760ccced8883571bc00b42ed29384381d1413a5 (patch)
treec9663ac91bbe68511333b001cb4f63484ea0d52e /elf
parent3a56ea26730755076cb5bc1d07727c7a4fcb8fd7 (diff)
/390: Add runtime check for the highgprs kernel feature.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h6
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. */