Age | Commit message (Expand) | Author | Files | Lines |
1995-03-07 | * coffcode.h (bfd_coff_backend_data): Add new field | Ian Lance Taylor | 1 | -16/+90 |
1994-09-06 | Minor tweaks to make COFF code support both new and old style linker. | Ian Lance Taylor | 1 | -7/+12 |
1994-09-06 | Add new style linker support to COFF backend. a29k only for now. | Ian Lance Taylor | 1 | -156/+195 |
1994-08-15 | * coffcode.h (styp_to_sec_flags): Add name argument. If no flags | Ian Lance Taylor | 1 | -10/+74 |
1994-07-27 | i960xl changes (sanitized) | Ken Raeburn | 1 | -13/+30 |
1994-05-10 | * section.c (SEC_COFF_SHARED_LIBRARY): Renamed from | Ian Lance Taylor | 1 | -9/+23 |
1994-04-06 | * targets.c (bfd_target): Rearranged fields in target vector. | Ian Lance Taylor | 1 | -32/+19 |
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 | -20/+29 |
1994-04-01 | * targets.c (bfd_target): Add _bfd_free_cached_info field. | Ian Lance Taylor | 1 | -0/+1 |
1994-03-31 | * coffcode.h (CALC_ADDEND): Change to fetch original symbol value | Ian Lance Taylor | 1 | -10/+17 |
1994-03-31 | * coffgen.c (coff_write_symbol): Reindented. Changed to return | Ian Lance Taylor | 1 | -1/+2 |
1994-03-30 | Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | Ian Lance Taylor | 1 | -4/+4 |
1994-03-28 | * coffcode.h (coff_set_flags): Handle bfd_arch_powerpc like | Ian Lance Taylor | 1 | -5/+18 |
1994-03-15 | * Most files: | David MacKenzie | 1 | -66/+66 |
1994-02-12 | Make all callers of malloc or realloc (including via obstacks) | David MacKenzie | 1 | -883/+988 |
1994-02-02 | * coffcode.h (coff_write_relocs): If SELECT_RELOC is defined, pass | Ian Lance Taylor | 1 | -2/+2 |
1994-02-01 | * coffcode.h (bfd_coff_backend_data): Added new arguments to | Ian Lance Taylor | 1 | -17/+27 |
1993-12-21 | (coff_write_relocs) [SWAP_OUT_RELOC_OFFSET]: Copy addend to r_offset field. | Ken Raeburn | 1 | -37/+35 |
1993-11-19 | (coff_bfd_reloc_type_lookup): Don't define if already defined. | Ken Raeburn | 1 | -42/+52 |
1993-11-05 | doc cleanup | David MacKenzie | 1 | -71/+99 |
1993-10-25 | Fix up warnings from gcc -Wall: | Ian Lance Taylor | 1 | -11/+9 |
1993-10-13 | More "make dep" fixups. | Ken Raeburn | 1 | -0/+18 |
1993-10-07 | * coffswap.h: (bfd_swap_reloc_in): a symndx is signed. | Steve Chamberlain | 1 | -45/+88 |
1993-08-04 | * coff-h8500.c (rtype2howto): Do an fprintf to stderr rather than | Ian Lance Taylor | 1 | -5/+6 |
1993-07-11 | * elfcode.h: Use memset not bzero. | Jim Kingdon | 1 | -9/+27 |
1993-04-30 | * coffcode.h: use dummy_reloc16_extra_cases rather than casting abort. | Jim Kingdon | 1 | -3/+13 |
1993-04-27 | Support for Hitachi SH | Steve Chamberlain | 1 | -1/+16 |
1993-04-25 | * coffcode.h [_LIT]: Recognize .lit section. | Jim Kingdon | 1 | -3/+22 |
1993-04-04 | * coffcode.h (coff_set_section_contents): Don't write out | Steve Chamberlain | 1 | -3/+12 |
1993-02-12 | * coffcode.h (coff_set_arch_mach_hook): *FIXME* the H8/300 is always | Steve Chamberlain | 1 | -0/+15 |
1993-02-03 | Wed Feb 3 09:14:36 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -17/+2 |
1993-01-25 | Mon Jan 25 15:27:36 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -8/+9 |
1993-01-12 | Mon Jan 11 18:32:22 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | Ian Lance Taylor | 1 | -0/+1 |
1993-01-10 | Use struct bfd_seclet * rather than bfd_seclet_type in prototypes to | Ian Lance Taylor | 1 | -1/+1 |
1993-01-08 | * coffcode.h (sec_to_styp_flags): allow SEC_NEVER_LOAD to turn on | Steve Chamberlain | 1 | -31/+54 |
1993-01-08 | These changes cut the size of libbfd.a on a Sun4 by about 11%. | Ian Lance Taylor | 1 | -2439/+283 |
1992-12-22 | * bfd-in.h: New macros bfd_asymbol_bfd and bfd_asymbol_flavour; | Per Bothner | 1 | -6/+7 |
1992-12-21 | Mon Dec 21 12:40:10 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -2/+5 |
1992-12-04 | coffcode.h: bfd_coff_std_swap_table is now const and static | Ken Raeburn | 1 | -3/+1 |
1992-12-03 | syms.c (asymbol): Added new field "app_data", for data particular to the | Ken Raeburn | 1 | -1/+113 |
1992-11-28 | * aout-target.h, aoutf1.h, trad-core.c, coffcode.h, libaout.h: | John Gilmore | 1 | -7/+7 |
1992-11-06 | Thu Nov 5 15:34:19 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -2/+14 |
1992-11-04 | (Duplicate change from p3.) | Sean Eric Fagan | 1 | -6/+10 |
1992-10-28 | (coff_write_object_contents): Zero timestamp field. | John Gilmore | 1 | -11/+1 |
1992-10-27 | Moved in from p3: | Ian Lance Taylor | 1 | -9/+5 |
1992-10-23 | Fri Oct 23 10:32:36 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -6/+19 |
1992-10-23 | Fri Oct 23 08:15:56 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -7/+54 |
1992-10-15 | * aout-adobe.c, aoutf1.h, aoutx.h, bout.c coff-m68k.c, coff-z8k.c, | John Gilmore | 1 | -1/+0 |
1992-10-15 | * aout-adobe.c, aoutf1.h, archive.c, bout.c, coff-rs6000.c, | John Gilmore | 1 | -12/+3 |