Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-10-10 | * aout-encap.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 | |
* aoutx.h: Likewise. * archive.c: Likewise. * bout.c: Likewise. * coff64-rs6000.c: Likewise. * coffcode.h: Likewise. * coffgen.c: Likewise. * cofflink.c: Likewise. * coff-mips.c: Likewise. * ecoff.c: Likewise. * elf32-m32r.c: Likewise. * libcoff-in.h: Likewise. * libecoff.h: Likewise. * libxcoff.h: Likewise. * nlm32-i386.c: Likewise. * pdp11.c: Likewise. * section.c: Likewise. * som.c: Likewise. * som.h: Likewise. * bfd-in2.h: Regenerate. * libcoff.h: Likewise. | |||||
2001-09-18 | Touches most files in bfd/, so likely will be blamed for everything.. | Alan Modra | 1 | -2/+3 | |
o bfd_read and bfd_write lose an unnecessary param and become bfd_bread and bfd_bwrite. o bfd_*alloc now all take a bfd_size_type arg, and will error if size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files or bugs in linker scripts etc. o file_ptr becomes a bfd_signed_vma. Besides matching sizes with various other types involved in handling sections, this should make it easier for bfd to support a 64 bit off_t on 32 bit hosts that provide it. o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*) generally available. They now cast their args to bfd_vma and bfd_byte * as appropriate, which removes a swag of casts from the source. o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and aout-encap.c. o Zillions of formatting and -Wconversion fixes. | |||||
2001-07-30 | Fix prototype of _bfd_ecoff_styp_to_sec_flags | Nick Clifton | 1 | -1/+1 | |
2001-06-15 | Chnage styp_flags_to_sec_flags() to a boolean function | Nick Clifton | 1 | -1/+1 | |
2001-03-08 | Update copyright notices | Nick Clifton | 1 | -1/+1 | |
1999-12-10 | Revert previous patch. | Nick Clifton | 1 | -1/+0 | |
1999-12-10 | Change AR for ELF so that common symbols are not included in archive map. | Nick Clifton | 1 | -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-09-10 | * ecoff.c (bfd_debug_section): Update initialization for new | Ian Lance Taylor | 1 | -2/+2 | |
comdat_info field. (_bfd_ecoff_styp_to_sec_flags): Add section parameter. * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Update declaration. 1999-09-10 H.J. Lu <hjl@gnu.org> * coff-alpha.c (alpha_ecoff_backend_data): Initialize the new _bfd_filnmlen field. * coff-mips.c (mips_ecoff_backend_data): Likewise. | |||||
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1 | -0/+357 | |