Age | Commit message (Expand) | Author | Files | Lines |
1994-01-19 | * aoutx.h (translate_to_native_sym_flags): Set the type of a | Ian Lance Taylor | 1 | -0/+5 |
1994-01-19 | Resolve warning symbols like indirect symbols. | Ian Lance Taylor | 1 | -2/+2 |
1994-01-18 | * aoutx.h (aout_link_add_symbols): Increment sym_hash as well as p | Ian Lance Taylor | 1 | -0/+8 |
1994-01-18 | * aoutx.h (translate_from_native_sym_flags): Give warning symbols | David MacKenzie | 1 | -0/+5 |
1994-01-17 | * aoutx.h (translate_from_native_sym_flags, | David MacKenzie | 1 | -0/+6 |
1994-01-14 | * elfcode.h (elf_object_p): If there is a SHT_DYNAMIC section, set | Ian Lance Taylor | 1 | -0/+13 |
1994-01-14 | * ecoff.c (ecoff_link_write_external): An ifd can be -1. | Ian Lance Taylor | 1 | -0/+4 |
1994-01-13 | * som.c (som_set_reloc_info): Provide a default symbol for | Jeff Law | 1 | -0/+3 |
1994-01-13 | * som.c (hppa_som_reloc): Add new "error message" argument. | Jeff Law | 1 | -0/+6 |
1994-01-12 | Enable gdb to write to core files on more core file readers. | Peter Schauer | 1 | -0/+10 |
1994-01-12 | * linker.c (default_indirect_link_order): Don't expect space for | Ian Lance Taylor | 1 | -0/+5 |
1994-01-11 | * aoutx.h (NAME(aout,final_link)): Set a_entry before computing | Ian Lance Taylor | 1 | -0/+3 |
1994-01-11 | * elfcode.h (swap_out_syms): A common symbol is STT_OBJECT, not | Ian Lance Taylor | 1 | -0/+5 |
1994-01-11 | * ecofflink.c: Extensive changes to compress and merge debugging | Ian Lance Taylor | 1 | -0/+32 |
1994-01-11 | * config.bfd: Use ELF, not COFF for m88*-*-dgux*. | Jim Kingdon | 1 | -0/+5 |
1994-01-11 | * Makefile.in (install): Remove "@" which follows a backslash. In | Jim Kingdon | 1 | -0/+5 |
1994-01-10 | * som.c (hppa_som_gen_reloc_type): Fix handling of LT and RT | Jeff Law | 1 | -0/+5 |
1994-01-09 | * config/i386-netbsd.mt (SELECT_VECS): Include i386bsd_vec, for compatibility | Ken Raeburn | 1 | -0/+4 |
1994-01-07 | * aoutx.h (adjust_z_magic): Don't merge the start of bss with the | David MacKenzie | 1 | -0/+3 |
1994-01-07 | * aoutf1.h (sunos4_aout_backend): Comment the fields' meanings. | David MacKenzie | 1 | -0/+4 |
1994-01-07 | * ecoff.c (ecoff_mkobject_hook): Don't set SEC_SHARED_LIBRARY flag | Ian Lance Taylor | 1 | -0/+6 |
1994-01-07 | Fri Jan 7 10:29:27 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -0/+8 |
1994-01-07 | Various entries. | Ian Lance Taylor | 1 | -0/+24 |
1994-01-06 | * aoutx.h (translate_to_native_sym_flags): Catch the case where | David MacKenzie | 1 | -0/+5 |
1994-01-06 | * hp300hpux.c (ARCH_SIZE): Define before including aoutx.h. | Ian Lance Taylor | 1 | -0/+2 |
1994-01-06 | Various entries. | Ian Lance Taylor | 1 | -0/+72 |
1994-01-04 | Remove ChangeLog entry, since one change was backed out immediately and | Stan Shebs | 1 | -5/+0 |
1994-01-04 | * aout-target.h (MY(vec)): Add DYNAMIC to mask of object flags. | David MacKenzie | 1 | -0/+10 |
1994-01-03 | * bfd-in.h, hash.c: Change bfd_hash_allocate argument from size_t | Ian Lance Taylor | 1 | -0/+4 |
1994-01-03 | Mon Jan 3 13:05:08 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -0/+5 |
1994-01-03 | Entry for making swapping retrieval routines take const argument. | Ian Lance Taylor | 1 | -0/+13 |
1994-01-03 | Renamed get_elt_at_filepos to _bfd_get_elt_at_filepos, and made it | Ian Lance Taylor | 1 | -3/+4 |
1994-01-03 | * libbfd-in.h (struct artdata): Added tdata field. | Ian Lance Taylor | 1 | -0/+19 |
1994-01-03 | * hash.c: Added some documentation. | Ian Lance Taylor | 1 | -0/+4 |
1994-01-03 | * aout-target.h, netbsd386.c: Replace NO_SWAP_MAGIC with SWAP_MAGIC, | Jim Kingdon | 1 | -0/+7 |
1994-01-01 | * hosts/i386mach3.h (HOST_SEGMENT_SIZE): Fix value. | David MacKenzie | 1 | -0/+1 |
1994-01-01 | * config.bfd: Add support for VSTa micro-kernel. It currently uses | Rob Savoye | 1 | -0/+5 |
1994-01-01 | * i386mach3.c (SEGMENT_SIZE): Fix value. | David MacKenzie | 1 | -0/+4 |
1993-12-31 | Minor cleanups suggested by CodeCenter. | Ian Lance Taylor | 1 | -0/+31 |
1993-12-31 | * i386mach3.c (N_TXTADDR): Don't define after all. | David MacKenzie | 1 | -0/+5 |
1993-12-30 | Define N_TXTADDR | David MacKenzie | 1 | -0/+4 |
1993-12-30 | Extensive changes to move the bulk of the linker into BFD so that | Ian Lance Taylor | 1 | -0/+107 |
1993-12-30 | * section.c (bfd_get_section_contents): Return zero filled buffer | Peter Schauer | 1 | -0/+5 |
1993-12-28 | * elf.c (bfd_elf_generic_reloc): If this is not an inplace reloc, | Ian Lance Taylor | 1 | -0/+5 |
1993-12-21 | changes so far | Ken Raeburn | 1 | -0/+20 |
1993-12-16 | * hosts/hp300bsd.h: Correctly identify 4.3BSD vs 4.4BSD. | Jeff Law | 1 | -0/+4 |
1993-12-15 | cleanups and mach3 changes | David MacKenzie | 1 | -0/+14 |
1993-12-15 | * som.c (som_begin_writing): Fix thinkos in auxiliary header | Jeff Law | 1 | -0/+6 |
1993-12-14 | * elf32-hppa.c (hppa_elf_gen_reloc_type): Handle 'T' field | Jeff Law | 1 | -0/+9 |
1993-12-07 | * nlmcode.h: Fixes to avoid compiler warnings... | Stu Grossman | 1 | -0/+4 |