summaryrefslogtreecommitdiff
path: root/include/elf
diff options
context:
space:
mode:
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>2010-01-21 11:40:27 +0000
committerAndreas Krebbel <Andreas.Krebbel@de.ibm.com>2010-01-21 11:40:27 +0000
commit28b539c38d2d4a36628da04e3a5a5ffbddca5c34 (patch)
tree929d4eddfe7db022494f3fffbedd0ab17da21d69 /include/elf
parent6a5763e0fc361b96de5692a7b8c78dae8d7f33d5 (diff)
downloadgdb-28b539c38d2d4a36628da04e3a5a5ffbddca5c34.tar.gz
2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS. 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * s390.h (EF_S390_HIGH_GPRS): Added macro definition. 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * config/tc-s390.c (s390_elf_final_processing): New function. * config/tc-s390.h (elf_tc_final_processing): New macro definition. (s390_elf_final_processing): Added prototype. 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * elf32-s390.c (elf32_s390_merge_private_bfd_data): New function. (bfd_elf32_bfd_merge_private_bfd_data): New macro definition.
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 c62b110166a..17c4abfe1f5 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)