Age | Commit message (Expand) | Author | Files | Lines |
1993-01-19 | Tue Jan 19 09:06:14 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+7 |
1993-01-19 | Tue Jan 19 09:06:14 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+2 |
1993-01-19 | Tue Jan 19 09:06:14 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+4 |
1993-01-15 | Basically a checkpoint for coff-mips.c. | Ian Lance Taylor | 1 | -0/+12 |
1993-01-14 | * libcoff.h, coffgen.c (coff_count_linenumbers), coffcode.h | Steve Chamberlain | 1 | -0/+9 |
1993-01-12 | Mon Jan 11 18:32:22 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | Ian Lance Taylor | 1 | -0/+22 |
1993-01-10 | * coffgen.c: #include seclet.h. | Stu Grossman | 1 | -0/+4 |
1993-01-10 | * hppa.c (hppa_object_setup): Get rid of all knowledge of stabs | Stu Grossman | 1 | -0/+12 |
1993-01-08 | * coffcode.h (sec_to_styp_flags): allow SEC_NEVER_LOAD to turn on | Steve Chamberlain | 1 | -0/+6 |
1993-01-08 | Basically a checkpoint. | Ian Lance Taylor | 1 | -0/+6 |
1993-01-08 | Forgot to commit ChangeLog. | Ian Lance Taylor | 1 | -1/+25 |
1993-01-06 | use bfd_xmalloc instead of malloc | David D. Zuhn | 1 | -0/+4 |
1993-01-05 | Temporary hack until Per's solution gets implemented: If --with-minimal-bfd is | Ken Raeburn | 1 | -0/+5 |
1993-01-04 | * srec.c (srec_write_records): one of my boards wants a CR between | Steve Chamberlain | 1 | -0/+5 |
1992-12-30 | Wed Dec 30 12:46:30 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+5 |
1992-12-30 | fix libbfd.h declaration, by tweaking elf.c comment, so bfd can compile | Ken Raeburn | 1 | -0/+5 |
1992-12-29 | Tue Dec 29 13:54:35 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+11 |
1992-12-28 | * hppa.c: Get rid of DEFUN, use more conventional prolog stuff. | Stu Grossman | 1 | -0/+19 |
1992-12-28 | today's changes | Ken Raeburn | 1 | -0/+8 |
1992-12-28 | * bfd.c (bfd_get_size): New function that gets an upper bound | Fred Fish | 1 | -0/+10 |
1992-12-25 | * hppa.c: change a 'const' to 'CONST', or else HP C compiler dies | David D. Zuhn | 1 | -0/+4 |
1992-12-24 | added dvi target | David D. Zuhn | 1 | -0/+4 |
1992-12-22 | * bfd-in.h: New macros bfd_asymbol_bfd and bfd_asymbol_flavour; | Per Bothner | 1 | -0/+16 |
1992-12-22 | * bfd.c: Add struct hppa_core_data to tdata union. | Stu Grossman | 1 | -0/+1 |
1992-12-22 | * hppa.c: Conditionalize on HOST_HPPAHPUX instead of hp9000s800. | Stu Grossman | 1 | -0/+22 |
1992-12-21 | Mon Dec 21 12:40:10 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -1/+13 |
1992-12-18 | * aoutf1.h (sunos4_write_object_contents): set flags to 0, fixing | Steve Chamberlain | 1 | -0/+6 |
1992-12-17 | * bfd.c: Use right name for tekhex tdata struct. | John Gilmore | 1 | -0/+7 |
1992-12-16 | Various changes to improve archive support. See ChangeLog. | Per Bothner | 1 | -0/+21 |
1992-12-15 | * hppa.c: #include "sysdep.h", not <sysdep.h>. | Stu Grossman | 1 | -0/+25 |
1992-12-03 | syms.c (asymbol): Added new field "app_data", for data particular to the | Ken Raeburn | 1 | -0/+38 |
1992-11-29 | * aoutx.h (some_aout_object_p): Protect arg prototype in | Fred Fish | 1 | -0/+5 |
1992-11-28 | * aout-target.h, aoutf1.h, trad-core.c, coffcode.h, libaout.h: | John Gilmore | 1 | -1/+7 |
1992-11-28 | * libbfd-in.h, bfd-in.h: Eliminate all PROTO calls, replace with | John Gilmore | 1 | -0/+14 |
1992-11-13 | pass down prefix and exec_prefix | David D. Zuhn | 1 | -0/+4 |
1992-11-12 | * coff-z8k.c: checkpoint, more addressing modes handled | Steve Chamberlain | 1 | -0/+6 |
1992-11-12 | * we32k.mt (TDEFAULTS): Use we32kcoff_vec, not i386coff_vec. | Brendan Kehoe | 1 | -0/+4 |
1992-11-10 | make cc command lines more consistent | David D. Zuhn | 1 | -0/+4 |
1992-11-10 | * opncls.c (bfd_fdopenr, bfd_close): Add doc about cacheing | John Gilmore | 1 | -0/+10 |
1992-11-06 | Thu Nov 5 15:34:19 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+7 |
1992-11-05 | * target.c (struct bfd_target): Eliminate the SDEF and SDEF_FMT | John Gilmore | 1 | -0/+3 |
1992-11-05 | * bfd-in.h, bfd.c, libbfd.h, reloc.c, seclet.h, section.c, | John Gilmore | 1 | -0/+5 |
1992-11-05 | Cleanup: Replace all uses of EXFUN in the BFD sources, with PARAMS. | John Gilmore | 1 | -0/+15 |
1992-11-05 | * bfd-in.h: Improve comments to make it clear that bfd.h is | John Gilmore | 1 | -0/+8 |
1992-11-04 | (Duplicate change from p3.) | Sean Eric Fagan | 1 | -0/+7 |
1992-11-04 | aoutx.h (some_aout_object_p): Section list should be set up properly already; | Ken Raeburn | 1 | -0/+5 |
1992-11-02 | I'm eliminating the use of USG from binutils/ar.c, and nothing else in | Ian Lance Taylor | 1 | -0/+8 |
1992-10-31 | * ieee.c (ieee_slurp_sections): make a private copy of the | Steve Chamberlain | 1 | -0/+5 |
1992-10-29 | * hppa.c: add symbol_leading_char entry in transfer vec | Steve Chamberlain | 1 | -0/+4 |
1992-10-29 | ,Wed Oct 28 16:11:57 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -0/+8 |