aboutsummaryrefslogtreecommitdiff
path: root/bfd/ieee.c
AgeCommit message (Collapse)AuthorFilesLines
2001-03-08Update copyright noticesNick Clifton1-1/+2
2001-03-06Rest of the changes for Coldfire V4.Nick Clifton1-1/+5
2000-10-25Plug one of many possible memory leaks in error handling.Nick Clifton1-29/+24
2000-10-10Fix my last change to actually compile.Alan Modra1-1/+1
2000-10-10(ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.Alan Modra1-1/+1
2000-08-07Apply Nick Clifton's suggestion.Kazu Hirata1-3/+2
2000-08-072000-08-07 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-5/+3
* ieee.c: Fix a comment typo. * elf64-ia64.c: Likewise.
2000-04-19K&R compiler fixesAlan Modra1-2/+11
2000-03-11Return bfd_error_wrong_format on a format mismatch.Alan Modra1-2/+4
1999-12-10Revert previous patch.Nick Clifton1-1/+0
1999-12-10Change AR for ELF so that common symbols are not included in archive map.Nick Clifton1-0/+1
Change LD for ELF so that archive elements whoes archive map contains a reference to a common symbol will get linkled in. Add new field to bfd_target structure and initialise it for all bfd targets.
1999-11-09 * ieee.c (ieee_slurp_debug): Get the length of the debugIan Lance Taylor1-1/+8
information right if there is no data part.
1999-07-19Add new field to bfd_target structure.Nick Clifton1-0/+2
Initialise this field for all known bfd targets. Add new search function to targets.c
1999-07-12 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1-15/+15
as appropriate. Use EMPTY_HOWTO as appropriate. Fill in structure initializations. Add casts. * reloc.c (EMPTY_HOWTO): Define. * bfd-in2.h: Rebuild. * coff-h8300.c (h8300_reloc16_extra_cases): Remove useless comparisons against 0. * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Change previous_ibfd_e_flags to unsigned long. * vms.h (struct vms_private_data_struct): Change section_count to unsigned. * vms-gsd.c (_bfd_vms_slurp_gsd): Change psect_idx to unsigned. (_bfd_vms_write_gsd): Change symnum to unsigned. * vms-hdr.c (_bfd_vms_write_hdr): Change symnum to unsigned. * vms-tir.c (etir_sta): Change psect to unsigned. (alloc_section): Change idx to unsigned. (tir_sta, tir_ctl): Change psect to unsigned. (_bfd_vms_write_tir): Change len and before to bfd_size_type. * vms.c (priv_section_count): Change to unsigned.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+3970