| Commit message (Expand) | Author | Age | Files | Lines |
* | * coffgen.c (_bfd_coff_get_external_symbols): Cast malloc return. | Ian Lance Taylor | 1995-11-18 | 1 | -0/+5 |
* | Clean up some comments. | David Edelsohn | 1995-11-18 | 1 | -0/+15 |
* | * coffcode.h (coff_pointerize_aux_hook): I960 version: don't | Ian Lance Taylor | 1995-11-17 | 1 | -0/+3 |
* | Fri Nov 17 10:41:25 1995 Philippe De Muyter <phdm@info.ucl.ac.be> | Ian Lance Taylor | 1995-11-17 | 1 | -0/+5 |
* | * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Only create | Ian Lance Taylor | 1995-11-17 | 1 | -0/+6 |
* | Reloc fixes for PowerPC PE | Kim Knuttila | 1995-11-16 | 1 | -0/+9 |
* | version 2.6 | Ken Raeburn | 1995-11-16 | 1 | -0/+8 |
* | log for this morning's makefile (make dep) change | Ken Raeburn | 1995-11-16 | 1 | -0/+9 |
* | * targets.c (bfd_target): Change type of second argument to | Ian Lance Taylor | 1995-11-15 | 1 | -0/+13 |
* | * peicode.h (coff_swap_aouthdr_out): For PPC PE, start isize at 0, | Ian Lance Taylor | 1995-11-15 | 1 | -0/+10 |
* | * elf.c (bfd_section_from_shdr): When using a different section | Ian Lance Taylor | 1995-11-15 | 1 | -0/+25 |
* | * coff-sh.c (shlcoff_vec): Use _bfd_generic_archive_p, not | Ian Lance Taylor | 1995-11-14 | 1 | -0/+6 |
* | * libbfd.c (bfd_get_file_window): Use casts to avoid doing | Ian Lance Taylor | 1995-11-13 | 1 | -0/+3 |
* | * aout-target.h (MY(callback)): Set the lma of the sections. | Ian Lance Taylor | 1995-11-13 | 1 | -0/+2 |
* | * ecoff.c (ecoff_reloc_link_order): Turn a reloc against a defined | Ian Lance Taylor | 1995-11-13 | 1 | -0/+5 |
* | Missed a debug macro (duh) | Kim Knuttila | 1995-11-13 | 1 | -0/+1 |
* | Implemented IMGLUE reloc + dumping | Kim Knuttila | 1995-11-13 | 1 | -0/+15 |
* | * Makefile.in (bfd_libs_here, etc): Provide empty definitions. | Stan Shebs | 1995-11-12 | 1 | -0/+19 |
* | * archive.c (bfd_generic_archive_p): Preserve tdata in case of | Ian Lance Taylor | 1995-11-10 | 1 | -0/+3 |
* | * aoutx.h (NAME(aout,final_link)): Report a reasonable error when | Ian Lance Taylor | 1995-11-09 | 1 | -0/+7 |
* | * aoutx.h (NAME(aout,set_section_contents)): If a section can not | Ian Lance Taylor | 1995-11-09 | 1 | -0/+6 |
* | * coffcode.h (coff_set_alignment_hook): Write RS6000COFF_C version | Ian Lance Taylor | 1995-11-09 | 1 | -0/+11 |
* | * coffcode.h (coff_write_object_contents): Set a.out vstamp to 1 | Ian Lance Taylor | 1995-11-09 | 1 | -0/+3 |
* | * xcofflink.c (XCOFF_DESCRIPTOR): Define. | Ian Lance Taylor | 1995-11-09 | 1 | -0/+27 |
* | Build derived hash table for PowerPC PE | Kim Knuttila | 1995-11-09 | 1 | -0/+16 |
* | fix "make dep" for non-NetBSD systems | Ken Raeburn | 1995-11-09 | 1 | -0/+3 |
* | * configure.in: Added new option --with[out]-mmap. Set USE_MMAP if it is given | Ken Raeburn | 1995-11-09 | 1 | -0/+15 |
* | * coff-a29k.c (a29k_reloc): Change handling of R_IREL reloc to be | Ian Lance Taylor | 1995-11-09 | 1 | -0/+5 |
* | Wed Nov 8 20:03:44 1995 Eric Freudenthal <freudenthal@nyu.edu> | Ian Lance Taylor | 1995-11-09 | 1 | -0/+5 |
* | * libbfd.c (bfd_get_file_window): Change writable parameter from | Ian Lance Taylor | 1995-11-08 | 1 | -0/+8 |
* | * xcofflink.c (xcoff_find_reloc): Handle the case of a single | Ian Lance Taylor | 1995-11-08 | 1 | -0/+1 |
* | more XCOFF linker hackery | Ian Lance Taylor | 1995-11-08 | 1 | -0/+3 |
* | * xcofflink.c (XCOFF_DEF_DYNAMIC): Rename from XCOFF_REF_DYNAMIC. | Ian Lance Taylor | 1995-11-08 | 1 | -0/+13 |
* | * libbfd.c (bfd_get_file_window): Change return type to boolean. | Ian Lance Taylor | 1995-11-08 | 1 | -0/+8 |
* | * ecofflink.c (_bfd_ecoff_locate_line): Keep looking through stabs | Ian Lance Taylor | 1995-11-07 | 1 | -0/+4 |
* | First round ld support for PPC PE | Kim Knuttila | 1995-11-07 | 1 | -0/+33 |
* | * configure.in: Call AC_CHECK_PROG to find and cache AR. | Ian Lance Taylor | 1995-11-07 | 1 | -0/+3 |
* | * aclocal.m4 (BFD_CC_FOR_BUILD): Don't define CC_FOR_BUILD if it | Ian Lance Taylor | 1995-11-07 | 1 | -0/+5 |
* | * som.c (som_get_section_contents_in_window): Define to use | Jeff Law | 1995-11-07 | 1 | -0/+5 |
* | Mon Nov 6 17:13:15 1995 Harry Dolan <dolan@ssd.intel.com> | Ian Lance Taylor | 1995-11-06 | 1 | -0/+23 |
* | * xcofflink.c (xcoff_link_add_symbols): Set the alignment power of | Ian Lance Taylor | 1995-11-06 | 1 | -0/+9 |
* | Changes for mmap; details in change log. | Ken Raeburn | 1995-11-06 | 1 | -0/+34 |
* | real log for ecoff change - cast _bfd_read_ar_hdr return value | Ken Raeburn | 1995-11-06 | 1 | -0/+3 |
* | * Makefile.in (CFILES): Rebuild list from BFD_LIBS, ALL_MACHINES, | Ken Raeburn | 1995-11-06 | 1 | -0/+7 |
* | * core.c: Renamed to corefile.c | Fred Fish | 1995-11-05 | 1 | -0/+6 |
* | * config.bfd (mips*-*-magic*): Add bfd_elf32_bigmips_vec to | Stu Grossman | 1995-11-04 | 1 | -0/+7 |
* | * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub | Ian Lance Taylor | 1995-11-03 | 1 | -0/+12 |
* | * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Don't warn about | Ian Lance Taylor | 1995-11-03 | 1 | -0/+3 |
* | * linker.c (_bfd_generic_link_add_one_symbol): Correct type of | Ian Lance Taylor | 1995-11-03 | 1 | -0/+6 |
* | use m68k-motorola-sysv*, not sysv3* | Ian Lance Taylor | 1995-11-03 | 1 | -1/+1 |