include/elf/ChangeLog:
Introduce SH2a support. 2004-02-18 Corinna Vinschen <vinschen@redhat.com> * sh.h (EF_SH2A_NOFPU): New. 2003-12-01 Michael Snyder <msnyder@redhat.com> * sh.h (EF_SH2A): New. bfd/ChangeLog: Introduce SH2a support. 2004-02-18 Corinna Vinschen <vinschen@redhat.com> * archures.c (bfd_mach_sh2a_nofpu): New. * bfd-in2.h: Rebuilt. * cpu-sh.c (SH2A_NOFPU_NEXT): New. (arch_info_struct): Add sh2a_nofpu. * elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a_nofpu. 2003-12-29 DJ Delorie <dj@redhat.com> * reloc.c: Add relocs for sh2a. * bfd-in2.h: Regenerate. * libbfd.hh: Regenerate. 2003-12-01 Michael Snyder <msnyder@redhat.com> * archures.c (bfd_mach_sh2a): New. * bfd-in2.h: Rebuilt. * cpu-sh.c (SH_NEXT, SH2_NEXT, etc.): Change defines to enums. (SH2A_NEXT): New. (arch_info_struct): Add sh2a. * elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a. binutils/ChangeLog: * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and EF_SH2A_NOFPU. gas/ChangeLog: Introduce SH2a support. 2004-02-24 Corinna Vinschen <vinschen@redhat.com> * config/tc-sh.c (get_specific): Change arch_sh2a_up to arch_sh2a_nofpu_up. 2004-02-24 Corinna Vinschen <vinschen@redhat.com> * config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling. 2004-02-20 Corinna Vinschen <vinschen@redhat.com> * config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition to end of conditional expression. 2004-02-20 Corinna Vinschen <vinschen@redhat.com> * config/tc-sh.c: Add sh2a-nofpu support. 2003-12-29 DJ Delorie <dj@redhat.com> * tc-sh.c: Add sh2a support. (parse_reg): Add tbr. (parse_at): Support @@(disp,tbr). (get_specific): Support sh2a opcodes. (insert4): New, for 4 byte relocs. (build_Mytes): Support sh2a opcodes. (md_apply_fix3_Mytes): Support sh2a opcodes. 2003-12-02 Michael Snyder <msnyder@redhat.com> * config/tc-sh.c (md_parse_option): Handle sh2a. (sh_elf_final_processing): Ditto. gas/testsuite/ChangeLog: 2003-12-30 DJ Delorie <dj@redhat.com> * gas/sh/sh2a.s: New. * gas/sh/sh2a.d: New. * gas/sh/basic.exp: Add it.
This commit is contained in:
		| @@ -1,3 +1,11 @@ | ||||
| 2004-07-29  Alexandre Oliva  <aoliva@redhat.com> | ||||
|  | ||||
| 	Introduce SH2a support. | ||||
| 	2004-02-18  Corinna Vinschen  <vinschen@redhat.com> | ||||
| 	* sh.h (EF_SH2A_NOFPU): New. | ||||
| 	2003-12-01  Michael Snyder  <msnyder@redhat.com> | ||||
| 	* sh.h (EF_SH2A): New. | ||||
|  | ||||
| 2004-07-27  Tomer Levi  <Tomer.Levi@nsc.com> | ||||
|  | ||||
| 	* crx.h: Add BFD_RELOC_CRX_SWITCH8, BFD_RELOC_CRX_SWITCH16, | ||||
|   | ||||
| @@ -34,10 +34,12 @@ | ||||
| #define EF_SH4		   9 | ||||
| #define EF_SH2E            11 | ||||
| #define EF_SH4A		   12 | ||||
| #define EF_SH2A            13 | ||||
|  | ||||
| #define EF_SH4_NOFPU	   16 | ||||
| #define EF_SH4A_NOFPU	   17 | ||||
| #define EF_SH4_NOMMU_NOFPU 18 | ||||
| #define EF_SH2A_NOFPU      19 | ||||
| #define EF_SH3_NOMMU       20 | ||||
|  | ||||
| /* This one can only mix in objects from other EF_SH5 objects.  */ | ||||
| @@ -60,11 +62,12 @@ | ||||
| /* EF_SH5		*/ 0, \ | ||||
| /* EF_SH2E		*/ bfd_mach_sh2e	, \ | ||||
| /* EF_SH4A		*/ bfd_mach_sh4a	, \ | ||||
| /* 13, 14, 15		*/ 0, 0, 0, \ | ||||
| /* EF_SH2A		*/ bfd_mach_sh2a        , \ | ||||
| /* 14, 15		*/ 0, 0, \ | ||||
| /* EF_SH4_NOFPU		*/ bfd_mach_sh4_nofpu	, \ | ||||
| /* EF_SH4A_NOFPU	*/ bfd_mach_sh4a_nofpu	, \ | ||||
| /* EF_SH4_NOMMU_NOFPU	*/ bfd_mach_sh4_nommu_nofpu, \ | ||||
| /* 19			*/ 0, \ | ||||
| /* EF_SH2A_NOFPU	*/ bfd_mach_sh2a_nofpu  , \ | ||||
| /* EF_SH3_NOMMU		*/ bfd_mach_sh3_nommu | ||||
|  | ||||
| /* Convert arch_sh* into EF_SH*.  */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user