Age | Commit message (Expand) | Author | Files | Lines |
1997-01-31 | * ieee.c (ieee_slurp_section_data): Pick up the start address. | Ian Lance Taylor | 1 | -13/+66 |
1996-03-22 | Fri Mar 22 11:33:44 1996 Martin Anantharaman <martin@goofy.imech.uni-duisbu... | Ian Lance Taylor | 1 | -82/+259 |
1996-01-08 | * ieee.c (ieee_write_debug_part): Change return type to boolean. | Ian Lance Taylor | 1 | -49/+34 |
1996-01-04 | * ieee.c (ieee_slurp_debug): New static function. | Ian Lance Taylor | 1 | -6/+52 |
1995-12-14 | * ieee.c: Lots of minor cleanups. Make many functions return | Ian Lance Taylor | 1 | -321/+457 |
1995-12-01 | * libbfd.c (bfd_malloc, bfd_realloc): New functions. | Ian Lance Taylor | 1 | -4/+1 |
1995-11-29 | * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if | Ian Lance Taylor | 1 | -45/+15 |
1995-09-19 | * targets.c (bfd_target): Remove unused align_power_min field. | Ian Lance Taylor | 1 | -1/+0 |
1995-09-12 | Extensive minor changes to avoid various gcc warnings. Also: | Ian Lance Taylor | 1 | -4/+5 |
1995-07-13 | * targets.c (bfd_target): Add fields _read_minisymbols and | Ian Lance Taylor | 1 | -18/+27 |
1994-06-20 | * Many files: change all bfd_target vectors to be const. Change | Ian Lance Taylor | 1 | -12/+14 |
1994-04-07 | * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. | Ian Lance Taylor | 1 | -0/+1 |
1994-04-06 | * targets.c (bfd_target): Rearranged fields in target vector. | Ian Lance Taylor | 1 | -21/+33 |
1994-04-04 | Made sure that every call to bfd_read, bfd_write, and bfd_seek | Ian Lance Taylor | 1 | -24/+62 |
1994-04-01 | * targets.c (bfd_target): Add _bfd_free_cached_info field. | Ian Lance Taylor | 1 | -0/+1 |
1994-03-30 | Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | Ian Lance Taylor | 1 | -13/+28 |
1994-03-15 | * Most files: | David MacKenzie | 1 | -204/+204 |
1994-02-12 | Make all callers of malloc or realloc (including via obstacks) | David MacKenzie | 1 | -2073/+2396 |
1994-02-05 | * libbfd.c (bfd_zmalloc): Call bfd_xmalloc instead of malloc. | David MacKenzie | 1 | -1/+1 |
1994-01-25 | * opncls.c (_bfd_new_bfd, _bfd_new_bfd_contained_in): Add | David MacKenzie | 1 | -3/+5 |
1993-10-28 | gcc -Wall lint: | Ian Lance Taylor | 1 | -15/+15 |
1993-07-06 | Stricter prototyping, to force type conversions between 64-bit target and | Ken Raeburn | 1 | -10/+26 |
1993-04-15 | Fix minor merge botch in prev change. | John Gilmore | 1 | -1/+1 |
1993-04-15 | * ieee.c (ieee_slurp_sections): Pass all ieee section names | John Gilmore | 1 | -50/+45 |
1993-02-23 | * Minor cleanups provoked by gcc warnings: | Ian Lance Taylor | 1 | -1/+0 |
1993-02-23 | * bfd-in.h (JUMP_TABLE): Added bfd_reloc_type_lookup and | Ian Lance Taylor | 1 | -8/+21 |
1992-10-29 | ,Wed Oct 28 16:11:57 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -31/+50 |
1992-10-15 | * aout-adobe.c, aoutf1.h, archive.c, bout.c, coff-rs6000.c, | John Gilmore | 1 | -14/+6 |
1992-10-08 | Some of these are guesses, if you know different, just yell. | Steve Chamberlain | 1 | -34/+32 |
1992-08-24 | * coffcode.h (coff_add_missing_symbols): if symbols don't come | Steve Chamberlain | 1 | -20/+38 |
1992-05-02 | * targets.c, Makefile.in: comment out tekhex for the moment. | Steve Chamberlain | 1 | -93/+107 |
1992-01-24 | Uses the new small reloc type now. | Steve Chamberlain | 1 | -161/+177 |
1991-12-12 | * makefile.dos, configdj.bat: New files from DJ | Steve Chamberlain | 1 | -6/+8 |
1991-10-28 | Sun Oct 27 16:56:58 1991 Steve Chamberlain (steve at cygnus.com) | Steve Chamberlain | 1 | -8/+8 |
1991-10-05 | Fri Oct 4 17:38:03 1991 Steve Chamberlain (steve at cygnus.com) | Steve Chamberlain | 1 | -371/+669 |
1991-07-06 | Use set_tdata to set the ieee tdata field, avoiding casting left of | John Gilmore | 1 | -2/+2 |
1991-07-04 | Now full of documentation. Yum Yum. | Steve Chamberlain | 1 | -305/+1069 |
1991-05-29 | Merge in changes from gdb-3.95 release into mainstream of BFD development. | John Gilmore | 1 | -2/+2 |
1991-05-21 | *** empty log message *** | Steve Chamberlain | 1 | -17/+18 |
1991-05-11 | Cleanups of interface, including close_and_cleanup and write_contents | John Gilmore | 1 | -30/+12 |
1991-05-09 | * ieee.c: Cast enums to int before comparing them, for brain- | John Gilmore | 1 | -16/+7 |
1991-05-09 | Thu May 9 11:00:45 1991 Steve Chamberlain (steve at cygint.cygnus.com) | Steve Chamberlain | 1 | -160/+198 |
1991-05-08 | Various portability lints. | Steve Chamberlain | 1 | -491/+412 |
1991-05-02 | Make it compile on DEC 3100. | John Gilmore | 1 | -11/+21 |
1991-04-25 | Minor changes to accomodate merging of three include file directories. | John Gilmore | 1 | -2/+2 |
1991-04-24 | Changed the shape of the howto type yet again. | Steve Chamberlain | 1 | -2/+2 |
1991-04-23 | *** empty log message *** | Steve Chamberlain | 1 | -2/+9 |
1991-04-23 | *** empty log message *** | Steve Chamberlain | 1 | -40/+16 |
1991-04-18 | Killed a few warnings. | K. Richard Pixley | 1 | -5/+5 |
1991-04-17 | Stuff | Steve Chamberlain | 1 | -349/+391 |