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.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com> | ||||||
|  | 	 | ||||||
|  | 	* s390.h (EF_S390_HIGH_GPRS): Added macro definition. | ||||||
|  |  | ||||||
| 2010-01-13  Joel Brobecker  <brobecker@adacore.com> | 2010-01-13  Joel Brobecker  <brobecker@adacore.com> | ||||||
|  |  | ||||||
| 	Add new DW_AT_use_GNAT_descriptive_type CU attribute. | 	Add new DW_AT_use_GNAT_descriptive_type CU attribute. | ||||||
|   | |||||||
| @@ -33,6 +33,10 @@ | |||||||
|  |  | ||||||
| #include "elf/reloc-macros.h" | #include "elf/reloc-macros.h" | ||||||
|  |  | ||||||
|  | /* Processor specific flags for the ELF header e_flags field.  */ | ||||||
|  |  | ||||||
|  | #define EF_S390_HIGH_GPRS        0x00000001 | ||||||
|  |  | ||||||
| /* Relocation types.  */ | /* Relocation types.  */ | ||||||
|  |  | ||||||
| START_RELOC_NUMBERS (elf_s390_reloc_type) | START_RELOC_NUMBERS (elf_s390_reloc_type) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user