summaryrefslogtreecommitdiff
path: root/bfd/ecoff.c
Commit message (Expand)AuthorAgeFilesLines
* * ecoff.c (ecoff_set_symbol_info): Set udata.i to 0, not NULL.Ian Lance Taylor1994-10-241-5/+6
* * ecoff.c (ecoff_set_symbol_info): Mark local stProc or stLabelIan Lance Taylor1994-10-121-118/+304
* * Many files: change all bfd_target vectors to be const. ChangeIan Lance Taylor1994-06-201-4/+4
* * ecoff.c, libecoff.h, ecoffswap.h, coff-alpha.c, coff-mips.c,Ian Lance Taylor1994-06-201-58/+55
* * ecoff.c (ecoff_swap_tir_in): Change input argument to const.Ian Lance Taylor1994-06-201-21/+29
* For PR 4865.Ian Lance Taylor1994-06-141-2/+23
* * libecoff.h (ecoff_data_type): Add linker field.Ian Lance Taylor1994-06-061-5/+6
* * ecoff.c (ecoff_bfd_copy_private_bfd_data): Don't try to copyIan Lance Taylor1994-06-061-1/+5
* * ecoff.c (ecoff_find_nearest_line): Handle fdr.adr != pdr.adrIan Lance Taylor1994-05-111-2/+5
* * section.c (SEC_COFF_SHARED_LIBRARY): Renamed fromIan Lance Taylor1994-05-101-4/+4
* * linker.c (_bfd_generic_link_add_one_symbol): If hashp and *hashpIan Lance Taylor1994-05-091-93/+83
* Fix ECOFF objcopy to actually copy debugging information.Ian Lance Taylor1994-04-221-7/+113
* * ecoff.c (ecoff_emit_aggregate): Take fdr argument. Map fdrIan Lance Taylor1994-04-151-46/+85
* * targets.c (bfd_target): Rearranged fields in target vector.Ian Lance Taylor1994-04-061-1/+1
* * aoutx.h (NAME(aout,canonicalize_reloc)): Don't error out ifIan Lance Taylor1994-04-051-2/+0
* Made sure that every call to bfd_read, bfd_write, and bfd_seekIan Lance Taylor1994-04-041-3/+6
* Added some support for Irix 4 shared libraries.Ian Lance Taylor1994-03-311-2/+29
* * ecoff.c (ecoff_write_object_contents): Set the text_start andIan Lance Taylor1994-03-311-4/+14
* Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor1994-03-301-9/+12
* * libbfd.c (bfd_read): Set bfd_error as appropriate for a shortJeff Law1994-03-261-11/+2
* Changes to support linker relaxing of embedded MIPS PIC code toIan Lance Taylor1994-03-251-76/+344
* * libbfd-in.h: Remove alloca cruft. It was missing some necessaryJim Kingdon1994-03-101-72/+196
* * aoutx.h, archive.c: Add casts to avoid warnings from SVR4 cc.Ian Lance Taylor1994-02-261-4/+5
* Fix last patch.Ian Lance Taylor1994-02-251-0/+1
* * ecoff.c (ecoff_sizeof_headers): Align result to 16 byteIan Lance Taylor1994-02-251-21/+25
* * coff-alpha.c (alpha_relocate_section): Rewrite mask and shiftIan Lance Taylor1994-02-211-5/+5
* * bfd.c (bfd_get_error, bfd_set_error): New functions.David MacKenzie1994-02-171-27/+27
* Make all callers of malloc or realloc (including via obstacks)David MacKenzie1994-02-121-13/+50
* Fri Feb 11 13:10:42 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1994-02-111-2/+7
* * coff-alpha.c (alpha_ecoff_object_p): New function. Set size ofIan Lance Taylor1994-01-251-73/+145
* * ecoff.c (ecoff_mkobject_hook): Don't set SEC_SHARED_LIBRARY flagIan Lance Taylor1994-01-071-3/+5
* * ecoff.c: First cut at new style of linker backend forIan Lance Taylor1994-01-061-297/+1287
* * libbfd-in.h (struct artdata): Added tdata field.Ian Lance Taylor1994-01-031-10/+13
* Minor cleanups suggested by CodeCenter.Ian Lance Taylor1993-12-311-9/+9
* Extensive changes to move the bulk of the linker into BFD so thatIan Lance Taylor1993-12-301-70/+62
* * ecofflink.c: New file to hold ECOFF debug information linkingIan Lance Taylor1993-11-241-934/+135
* * libecoff.h: Include coff/ecoff.h.Ian Lance Taylor1993-11-181-183/+248
* * ecoff.c (ecoff_mkobject): Check bfd_make_section return value.Ian Lance Taylor1993-10-111-38/+257
* * ecoff.c (ecoff_compute_section_file_positions): Set filepos forIan Lance Taylor1993-09-221-39/+30
* * coff-aplha.alpha.c (alpha_howto_table, alpha_finish_reloc,Ian Lance Taylor1993-08-121-521/+11
* * ecoff.c (ecoff_slurp_armap): Correct bug in initialization ofIan Lance Taylor1993-08-091-1/+1
* * ecoff.c (ecoff_set_symbol_info): Removed special handling forIan Lance Taylor1993-08-061-12/+3
* * ecoff.c (ecoff_slurp_armap): From Arne Henrik JuulIan Lance Taylor1993-08-061-0/+8
* With these changes, the binutils mostly work on the Alpha, except forIan Lance Taylor1993-08-041-16/+56
* * ecoff.c: New file for generic ECOFF functions.Ian Lance Taylor1993-08-031-0/+4248