Age | Commit message (Expand) | Author | Files | Lines |
1996-01-09 | Tue Jan 9 15:22:53 1996 David Mosberger-Tang <davidm@azstarnet.com> | Ian Lance Taylor | 1 | -29/+25 |
1995-11-29 | * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if | Ian Lance Taylor | 1 | -69/+23 |
1995-11-09 | * archive.c (bfd_generic_archive_p): Check the first object file | Ian Lance Taylor | 1 | -7/+17 |
1995-10-06 | Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmu... | Ken Raeburn | 1 | -1/+3 |
1995-10-06 | * targets.c (bfd_target): Add _bfd_read_ar_hdr field. Modify | Ian Lance Taylor | 1 | -16/+14 |
1995-09-12 | Extensive minor changes to avoid various gcc warnings. Also: | Ian Lance Taylor | 1 | -6/+40 |
1995-07-04 | * archive.c (_bfd_construct_extended_name_table): If | Ian Lance Taylor | 1 | -8/+11 |
1995-07-04 | * archive.c (_bfd_write_archive_contents): Revert June 1 change. | Ian Lance Taylor | 1 | -27/+86 |
1994-10-31 | * archive.c (bfd_dont_truncate_arname): Add the ar padding | Ian Lance Taylor | 1 | -1/+3 |
1994-10-21 | * targets.c (BFD_JUMP_TABLE_ARCHIVE): Add case for | Ian Lance Taylor | 1 | -40/+79 |
1994-08-22 | * targets.c (BFD_JUMP_TABLE_ARCHIVE): Add _update_armap_timestamp. | Ian Lance Taylor | 1 | -18/+6 |
1994-06-20 | * Many files: change all bfd_target vectors to be const. Change | Ian Lance Taylor | 1 | -1/+1 |
1994-06-15 | * archive.c (bfd_slurp_armap): Recognize __.SYMDEF/ as well as | Ian Lance Taylor | 1 | -8/+7 |
1994-04-04 | Made sure that every call to bfd_read, bfd_write, and bfd_seek | Ian Lance Taylor | 1 | -33/+77 |
1994-04-01 | * archive.c (_bfd_write_archive_contents): Once we've found an | Ian Lance Taylor | 1 | -1/+6 |
1994-03-30 | Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | Ian Lance Taylor | 1 | -35/+36 |
1994-03-26 | * libbfd.c (bfd_read): Set bfd_error as appropriate for a short | Jeff Law | 1 | -58/+52 |
1994-02-12 | * archive.c (normalize) [VMS]: Call malloc, not bfd_xmalloc. | David MacKenzie | 1 | -3/+21 |
1994-02-12 | Make all callers of malloc or realloc (including via obstacks) | David MacKenzie | 1 | -0/+10 |
1994-02-11 | * archive.c (compute_and_write_armap): Rewrite somewhat to improve | Ian Lance Taylor | 1 | -16/+63 |
1994-02-11 | Fri Feb 11 13:10:42 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -45/+74 |
1994-01-25 | A few more minor formatting cleanups. | Ian Lance Taylor | 1 | -14/+12 |
1994-01-25 | * archive.c: Reindented to GNU standards. | Ian Lance Taylor | 1 | -667/+740 |
1994-01-25 | * opncls.c (_bfd_new_bfd, _bfd_new_bfd_contained_in): Add | David MacKenzie | 1 | -6/+5 |
1994-01-03 | Renamed get_elt_at_filepos to _bfd_get_elt_at_filepos, and made it | Ian Lance Taylor | 1 | -5/+4 |
1994-01-03 | * libbfd-in.h (struct artdata): Added tdata field. | Ian Lance Taylor | 1 | -90/+116 |
1993-12-31 | Minor cleanups suggested by CodeCenter. | Ian Lance Taylor | 1 | -13/+15 |
1993-11-05 | doc cleanup | David MacKenzie | 1 | -63/+82 |
1993-09-14 | Improve timestamp support in BSD archive files to avoid linker | John Gilmore | 1 | -50/+279 |
1992-12-30 | Wed Dec 30 12:46:30 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -1/+1 |
1992-12-16 | Revert change making writing the archive map the standard. Instead, change | Per Bothner | 1 | -5/+1 |
1992-12-16 | Various changes to improve archive support. See ChangeLog. | Per Bothner | 1 | -168/+187 |
1992-10-15 | * aout-adobe.c, aoutf1.h, archive.c, bout.c, coff-rs6000.c, | John Gilmore | 1 | -5/+5 |
1992-10-05 | Tweak previous change (only assume malformed_archive if errno == 0). | Per Bothner | 1 | -3/+7 |
1992-10-05 | * archive.c (_bfd_write_archive_contents): If read fails, | Per Bothner | 1 | -91/+165 |
1991-12-17 | Archive doc. | David Henkel-Wallace | 1 | -112/+181 |
1991-12-01 | * aout-encap.c, aoutf1.h, aoutx.h, archive.c, bout.c, coff-a29k.c, | Steve Chamberlain | 1 | -2/+2 |
1991-12-01 | New documentation style | Steve Chamberlain | 1 | -27/+51 |
1991-11-29 | Two small bug-fixes (affecting ar and nm). | Per Bothner | 1 | -69/+78 |
1991-10-21 | * targets.c (proto write_armap). Changed orl_count to unsigned. | Steve Chamberlain | 1 | -35/+52 |
1991-08-19 | Mon Aug 19 13:48:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com) | Roland Pesch | 1 | -22/+26 |
1991-07-06 | Add comment about commented-out bfd_release calls. | John Gilmore | 1 | -2/+5 |
1991-07-04 | Now full of documentation. Yum Yum. | Steve Chamberlain | 1 | -62/+109 |
1991-05-27 | I think this gets symdefs right for at least sunos. Also now swaps | K. Richard Pixley | 1 | -22/+22 |
1991-05-21 | *** empty log message *** | Steve Chamberlain | 1 | -3/+9 |
1991-05-10 | Lint. | John Gilmore | 1 | -6/+6 |
1991-05-08 | Various portability lints. | Steve Chamberlain | 1 | -5/+5 |
1991-05-04 | Saber C cleanup. Fix horrid bug in opncls.c in which an obstack is | John Gilmore | 1 | -4/+8 |
1991-05-02 | Merge devo/bfd with GDB's bfd. | John Gilmore | 1 | -39/+43 |
1991-04-25 | Minor changes to accomodate merging of three include file directories. | John Gilmore | 1 | -1/+3 |