Age | Commit message (Expand) | Author | Files | Lines |
1996-04-26 | * ecoff.c (ecoff_compute_section_file_positions): Track the real | Ian Lance Taylor | 1 | -28/+73 |
1996-01-09 | * ecoff.c (_bfd_ecoff_find_nearest_line): Don't restrict line | Ian Lance Taylor | 1 | -13/+7 |
1995-12-15 | * coffgen.c (make_a_section_from_file): Set lma to s_paddr, not | Ian Lance Taylor | 1 | -1/+1 |
1995-12-01 | * libbfd.c (bfd_malloc, bfd_realloc): New functions. | Ian Lance Taylor | 1 | -55/+24 |
1995-11-29 | * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if | Ian Lance Taylor | 1 | -72/+18 |
1995-11-22 | * ecoff.c (_bfd_ecoff_new_section_hook): Handle .rconst section. | Ian Lance Taylor | 1 | -23/+73 |
1995-10-31 | Tue Oct 31 15:30:07 1995 David Mosberger-Tang <davidm@azstarnet.com> | Ian Lance Taylor | 1 | -12/+17 |
1995-10-05 | * libecoff.h (struct ecoff_backend_data): Add adjust_headers | Ian Lance Taylor | 1 | -28/+136 |
1995-09-26 | * aoutx.h (translate_from_native_sym_flags): Don't try to stuff | Ian Lance Taylor | 1 | -38/+4 |
1995-09-12 | Extensive minor changes to avoid various gcc warnings. Also: | Ian Lance Taylor | 1 | -18/+20 |
1995-07-07 | fsf address update, but not in COPYING files | Ken Raeburn | 1 | -1/+1 |
1995-07-05 | * ecoff.c (_bfd_ecoff_bfd_is_local_label): New function. | Ian Lance Taylor | 1 | -0/+11 |
1995-07-04 | * ecoff.c (_bfd_ecoff_find_nearest_line): Also initialize | Ian Lance Taylor | 1 | -0/+2 |
1995-07-03 | * ecoff.c (_bfd_ecoff_find_nearest_line): If we allocate | Ian Lance Taylor | 1 | -0/+1 |
1995-07-03 | * bfd.c (enum bfd_error): Define bfd_error_no_armap. | Ian Lance Taylor | 1 | -733/+25 |
1995-02-07 | clean up mechanics of mosberger-tang's changes | Ken Raeburn | 1 | -162/+140 |
1995-02-07 | ecoff gprof related fixes & improvements from David Mosberger-Tang | Ken Raeburn | 1 | -74/+318 |
1995-02-06 | Distinguish a weak defined symbol from a regular defined symbol. | Ian Lance Taylor | 1 | -9/+17 |
1994-10-24 | * ecoff.c (ecoff_set_symbol_info): Set udata.i to 0, not NULL. | Ian Lance Taylor | 1 | -5/+6 |
1994-10-12 | * ecoff.c (ecoff_set_symbol_info): Mark local stProc or stLabel | Ian Lance Taylor | 1 | -118/+304 |
1994-06-20 | * Many files: change all bfd_target vectors to be const. Change | Ian Lance Taylor | 1 | -4/+4 |
1994-06-20 | * ecoff.c, libecoff.h, ecoffswap.h, coff-alpha.c, coff-mips.c, | Ian Lance Taylor | 1 | -58/+55 |
1994-06-20 | * ecoff.c (ecoff_swap_tir_in): Change input argument to const. | Ian Lance Taylor | 1 | -21/+29 |
1994-06-14 | For PR 4865. | Ian Lance Taylor | 1 | -2/+23 |
1994-06-06 | * libecoff.h (ecoff_data_type): Add linker field. | Ian Lance Taylor | 1 | -5/+6 |
1994-06-06 | * ecoff.c (ecoff_bfd_copy_private_bfd_data): Don't try to copy | Ian Lance Taylor | 1 | -1/+5 |
1994-05-11 | * ecoff.c (ecoff_find_nearest_line): Handle fdr.adr != pdr.adr | Ian Lance Taylor | 1 | -2/+5 |
1994-05-10 | * section.c (SEC_COFF_SHARED_LIBRARY): Renamed from | Ian Lance Taylor | 1 | -4/+4 |
1994-05-09 | * linker.c (_bfd_generic_link_add_one_symbol): If hashp and *hashp | Ian Lance Taylor | 1 | -93/+83 |
1994-04-22 | Fix ECOFF objcopy to actually copy debugging information. | Ian Lance Taylor | 1 | -7/+113 |
1994-04-15 | * ecoff.c (ecoff_emit_aggregate): Take fdr argument. Map fdr | Ian Lance Taylor | 1 | -46/+85 |
1994-04-06 | * targets.c (bfd_target): Rearranged fields in target vector. | Ian Lance Taylor | 1 | -1/+1 |
1994-04-05 | * aoutx.h (NAME(aout,canonicalize_reloc)): Don't error out if | Ian Lance Taylor | 1 | -2/+0 |
1994-04-04 | Made sure that every call to bfd_read, bfd_write, and bfd_seek | Ian Lance Taylor | 1 | -3/+6 |
1994-03-31 | Added some support for Irix 4 shared libraries. | Ian Lance Taylor | 1 | -2/+29 |
1994-03-31 | * ecoff.c (ecoff_write_object_contents): Set the text_start and | Ian Lance Taylor | 1 | -4/+14 |
1994-03-30 | Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | Ian Lance Taylor | 1 | -9/+12 |
1994-03-26 | * libbfd.c (bfd_read): Set bfd_error as appropriate for a short | Jeff Law | 1 | -11/+2 |
1994-03-25 | Changes to support linker relaxing of embedded MIPS PIC code to | Ian Lance Taylor | 1 | -76/+344 |
1994-03-10 | * libbfd-in.h: Remove alloca cruft. It was missing some necessary | Jim Kingdon | 1 | -72/+196 |
1994-02-26 | * aoutx.h, archive.c: Add casts to avoid warnings from SVR4 cc. | Ian Lance Taylor | 1 | -4/+5 |
1994-02-25 | Fix last patch. | Ian Lance Taylor | 1 | -0/+1 |
1994-02-25 | * ecoff.c (ecoff_sizeof_headers): Align result to 16 byte | Ian Lance Taylor | 1 | -21/+25 |
1994-02-21 | * coff-alpha.c (alpha_relocate_section): Rewrite mask and shift | Ian Lance Taylor | 1 | -5/+5 |
1994-02-17 | * bfd.c (bfd_get_error, bfd_set_error): New functions. | David MacKenzie | 1 | -27/+27 |
1994-02-12 | Make all callers of malloc or realloc (including via obstacks) | David MacKenzie | 1 | -13/+50 |
1994-02-11 | Fri Feb 11 13:10:42 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -2/+7 |
1994-01-25 | * coff-alpha.c (alpha_ecoff_object_p): New function. Set size of | Ian Lance Taylor | 1 | -73/+145 |
1994-01-07 | * ecoff.c (ecoff_mkobject_hook): Don't set SEC_SHARED_LIBRARY flag | Ian Lance Taylor | 1 | -3/+5 |
1994-01-06 | * ecoff.c: First cut at new style of linker backend for | Ian Lance Taylor | 1 | -297/+1287 |