summaryrefslogtreecommitdiff
path: root/bfd/ieee.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright noticesNick Clifton2001-03-081-1/+2
|
* Rest of the changes for Coldfire V4.Nick Clifton2001-03-061-1/+5
|
* Plug one of many possible memory leaks in error handling.Nick Clifton2000-10-251-29/+24
|
* Fix my last change to actually compile.Alan Modra2000-10-101-1/+1
|
* (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.Alan Modra2000-10-101-1/+1
|
* Apply Nick Clifton's suggestion.Kazu Hirata2000-08-071-3/+2
|
* 2000-08-07 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-08-071-5/+3
| | | | | * ieee.c: Fix a comment typo. * elf64-ia64.c: Likewise.
* K&R compiler fixesAlan Modra2000-04-191-2/+11
|
* Return bfd_error_wrong_format on a format mismatch.Alan Modra2000-03-111-2/+4
|
* Revert previous patch.Nick Clifton1999-12-101-1/+0
|
* Change AR for ELF so that common symbols are not included in archive map.Nick Clifton1999-12-101-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.
* * ieee.c (ieee_slurp_debug): Get the length of the debugIan Lance Taylor1999-11-091-1/+8
| | | | information right if there is no data part.
* Add new field to bfd_target structure.Nick Clifton1999-07-191-0/+2
| | | | | Initialise this field for all known bfd targets. Add new search function to targets.c
* * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1999-07-121-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.
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+3970