Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1995-02-10 | E_ARC_CPU_XXX renamed to E_ARC_MACH_XXX for consistency with rest of BFD. | David Edelsohn | 1 | -10/+10 | |
1995-02-10 | * archures (bfd_mach_arc_base): #define. | David Edelsohn | 1 | -14/+94 | |
(bfd_mach_arc_host, bfd_mach_arc_graphics, bfd_mach_arc_audio): Ditto. * cpu-arc.c (arch_info_struct): Define entries for each cpu variant. (bfd_arc_arch): Link each one in. (arc_get_mach): New function. * elf32-arc.c (arc_info_to_howto_rel): Renamed from arc_info_to_howto. (elf_info_to_howto_rel): Update. (arc_elf_object_p, arc_elf_final_write_processing): New functions. (elf_backend_object_p): Define. (elf_backend_final_write_processing): Define. (USE_REL): Define. | |||||
1995-01-12 | Change "reloc_howto_type" typedef to be "const", since all uses of it are (or | Ken Raeburn | 1 | -0/+159 | |
should be) anyways. |