aboutsummaryrefslogtreecommitdiff
path: root/bfd/ecoff.c
AgeCommit message (Expand)AuthorFilesLines
1994-03-10 * libbfd-in.h: Remove alloca cruft. It was missing some necessaryJim Kingdon1-72/+196
1994-02-26 * aoutx.h, archive.c: Add casts to avoid warnings from SVR4 cc.Ian Lance Taylor1-4/+5
1994-02-25Fix last patch.Ian Lance Taylor1-0/+1
1994-02-25 * ecoff.c (ecoff_sizeof_headers): Align result to 16 byteIan Lance Taylor1-21/+25
1994-02-21 * coff-alpha.c (alpha_relocate_section): Rewrite mask and shiftIan Lance Taylor1-5/+5
1994-02-17 * bfd.c (bfd_get_error, bfd_set_error): New functions.David MacKenzie1-27/+27
1994-02-12 Make all callers of malloc or realloc (including via obstacks)David MacKenzie1-13/+50
1994-02-11Fri Feb 11 13:10:42 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-2/+7
1994-01-25 * coff-alpha.c (alpha_ecoff_object_p): New function. Set size ofIan Lance Taylor1-73/+145
1994-01-07 * ecoff.c (ecoff_mkobject_hook): Don't set SEC_SHARED_LIBRARY flagIan Lance Taylor1-3/+5
1994-01-06 * ecoff.c: First cut at new style of linker backend forIan Lance Taylor1-297/+1287
1994-01-03 * libbfd-in.h (struct artdata): Added tdata field.Ian Lance Taylor1-10/+13
1993-12-31 Minor cleanups suggested by CodeCenter.Ian Lance Taylor1-9/+9
1993-12-30 Extensive changes to move the bulk of the linker into BFD so thatIan Lance Taylor1-70/+62
1993-11-24 * ecofflink.c: New file to hold ECOFF debug information linkingIan Lance Taylor1-934/+135
1993-11-18 * libecoff.h: Include coff/ecoff.h.Ian Lance Taylor1-183/+248
1993-10-11 * ecoff.c (ecoff_mkobject): Check bfd_make_section return value.Ian Lance Taylor1-38/+257
1993-09-22 * ecoff.c (ecoff_compute_section_file_positions): Set filepos forIan Lance Taylor1-39/+30
1993-08-12 * coff-aplha.alpha.c (alpha_howto_table, alpha_finish_reloc,Ian Lance Taylor1-521/+11
1993-08-09 * ecoff.c (ecoff_slurp_armap): Correct bug in initialization ofIan Lance Taylor1-1/+1
1993-08-06 * ecoff.c (ecoff_set_symbol_info): Removed special handling forIan Lance Taylor1-12/+3
1993-08-06 * ecoff.c (ecoff_slurp_armap): From Arne Henrik JuulIan Lance Taylor1-0/+8
1993-08-04With these changes, the binutils mostly work on the Alpha, except forIan Lance Taylor1-16/+56
1993-08-03 * ecoff.c: New file for generic ECOFF functions.Ian Lance Taylor1-0/+4248