aboutsummaryrefslogtreecommitdiff
path: root/bfd/ihex.c
AgeCommit message (Collapse)AuthorFilesLines
1995-12-14 * ihex.c (ihex_set_arch_mach): Don't accept any architecture, justIan Lance Taylor1-3/+8
a recognized one or bfd_arch_unknown. (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy to succeed. (ihex_get_symtab): Likewise.
1995-12-04 * ihex.c (ihex_scan): Handle record types 4 and 5.Ian Lance Taylor1-39/+118
(ihex_object_p): Permit types 4 and 5. (ihex_set_section_contents): Remove check for out of range addresses. (ihex_write_object_contents): Generate types 4 and 5.
1995-12-02 * ihex.c: New file; support for Intel Hex format.Ian Lance Taylor1-0/+921
* targets.c (enum bfd_flavour): Add bfd_target_ihex_flavour. (ihex_vec): Declare. (bfd_target_vector): Always include ihex_vec. * bfd.c (struct _bfd): Add ihex_data field to tdata union. * Makefile.in: Rebuild dependencies. (BFD_LIBS): Add ihex.o (BFD_LIBS_CFILES): Add ihex.c. * bfd-in2.h: Rebuild.