Age | Commit message (Expand) | Author | Files | Lines |
1995-02-01 | * som.c (som_object_setup): More heruistics to detect the | Jeff Law | 2 | -42/+218 |
1995-02-01 | * libelf.h (struct elf_obj_tdata): New member program_header_size. | David Edelsohn | 2 | -0/+13 |
1995-01-31 | * elfcode.h (map_program_segments): Add sorted_hdrs parameter. | Ian Lance Taylor | 2 | -5/+22 |
1995-01-31 | * ecoff.c (_bfd_ecoff_find_nearest_line): Fix problems in range checking. | Ken Raeburn | 1 | -0/+12 |
1995-01-29 | * som.c (compare_subspaces): New function to sort subspaces by | Jeff Law | 1 | -0/+18 |
1995-01-28 | * som.c (som_object_setup): New heuristic to determine if the | Jeff Law | 2 | -6/+17 |
1995-01-28 | * elfcode.h (elf_link_add_object_symbols): Use *sym_hash instead | Ian Lance Taylor | 2 | -2/+7 |
1995-01-27 | * elf32-mips.c (mips_elf_final_link): If the size of an input | Ian Lance Taylor | 1 | -0/+4 |
1995-01-27 | * elfcode.h (elf_sort_hdrs): Correct SHF_ALLOC test. | Ian Lance Taylor | 2 | -1/+8 |
1995-01-27 | * srec.c (srec_set_section_contents): Fix off by | Steve Chamberlain | 1 | -0/+3 |
1995-01-26 | * elfcode.h (elf_link_add_object_symbols): Only examine weakdef if | Ian Lance Taylor | 2 | -0/+4 |
1995-01-26 | * config.bfd: (m68*-est-coff): New configuration. | Steve Chamberlain | 1 | -0/+4 |
1995-01-26 | * aoutx.h (NAME(aout,some_aout_object_p)): Always set EXEC_P if | Ian Lance Taylor | 1 | -0/+6 |
1995-01-26 | Add new relocs for PowerPC Elf support. | Michael Meissner | 3 | -1/+18 |
1995-01-26 | * coff-sh.c (CALC_ADDEND): Don't define. | Ian Lance Taylor | 1 | -0/+6 |
1995-01-24 | update copyright dates | Ian Lance Taylor | 6 | -11/+10 |
1995-01-24 | * elf32-mips.c (mips_elf_output_extsym): Set the value of the | Ian Lance Taylor | 2 | -2/+23 |
1995-01-23 | Mon Jan 23 14:53:35 1995 Steve Chamberlain <sac@splat> | Steve Chamberlain | 2 | -1/+5 |
1995-01-23 | * coff-sh.c (sh_reloc): Don't ignore the previous contents of an | Ian Lance Taylor | 2 | -8/+5 |
1995-01-23 | x | Ian Lance Taylor | 1 | -0/+3 |
1995-01-23 | * config.bfd (i[345]86-*-gnu*): Set bfd_name to i386-gnu. | Ian Lance Taylor | 1 | -1/+5 |
1995-01-23 | * opncls.c (bfd_openstreamr): Call bfd_cache_init. | Ian Lance Taylor | 2 | -0/+50 |
1995-01-20 | * sunos.c (sunos_add_one_symbol): Only set the sunos specific | Ian Lance Taylor | 2 | -25/+40 |
1995-01-17 | * bfd-in.h (bfd_byte, reloc_howto_type): Define here, not... | Ian Lance Taylor | 3 | -55/+60 |
1995-01-17 | * opncls.c (bfd_openstreamr): New function. | Ian Lance Taylor | 2 | -1/+6 |
1995-01-17 | * elf32-mips.c (enum reloc_type): Define new relocs used on Irix. | Ian Lance Taylor | 2 | -0/+211 |
1995-01-16 | * archures.c, Makefile.in, targets.c, bfd-in2.h, coffcode.h, | Steve Chamberlain | 4 | -0/+78 |
1995-01-16 | * archures.c, Makefile.in, targets.c, bfd-in2.h, coffcode.h, | Steve Chamberlain | 1 | -0/+5 |
1995-01-15 | Sun Jan 15 13:57:45 1995 Steve Chamberlain <sac@splat> | Steve Chamberlain | 2 | -73/+75 |
1995-01-12 | Makefile changes for arc, rce, diststuff. | Ken Raeburn | 1 | -0/+27 |
1995-01-12 | (ALL_MACHINES, BFD32_BACKENDS): Include arc and rce, appropriately sanitized. | Ken Raeburn | 1 | -10/+28 |
1995-01-12 | * srec.c, tekhex.c: Include libiberty.h. Delete static array hex_value and | Ken Raeburn | 1 | -329/+554 |
1995-01-12 | * sunos.c (m68k_plt_first_entry, sparc_plt_first_entry): Now const. | Ken Raeburn | 1 | -4/+4 |
1995-01-12 | check makefile.in for arc, rce stuff | Ken Raeburn | 1 | -2/+2 |
1995-01-12 | const fixes | Ken Raeburn | 1 | -11/+16 |
1995-01-12 | * hosts/symmetry.h: Redefine `shared' to enable compilation | Peter Schauer | 1 | -0/+7 |
1995-01-12 | Forgot an entry in last checkin: | Ken Raeburn | 1 | -0/+3 |
1995-01-12 | Change "reloc_howto_type" typedef to be "const", since all uses of it are (or | Ken Raeburn | 13 | -39/+716 |
1995-01-11 | * sunos.c (sunos_add_one_symbol): Don't core dump if a multiple | Ian Lance Taylor | 2 | -7/+10 |
1995-01-11 | * linker.c (_bfd_generic_link_add_one_symbol): Ignore | Ian Lance Taylor | 2 | -1/+17 |
1995-01-09 | * elfcode.h (elf_link_add_object_symbols): It's reasonable for no | Ian Lance Taylor | 2 | -1/+6 |
1995-01-09 | Add 1995 to copyright. | Jeff Law | 1 | -1/+2 |
1995-01-06 | * elfcode.h (elf_slurp_symbol_table): Don't set BSF_GLOBAL for an | Ian Lance Taylor | 2 | -2/+16 |
1995-01-05 | * som.c (bfd_section_from_som_symbol): Only return sections which | Jeff Law | 2 | -2/+6 |
1995-01-04 | * som.c (som_begin_writing): Don't forget to bump the | Jeff Law | 2 | -1/+6 |
1995-01-03 | * mpw-make.in (DebugOptions): Remove define of DEBUG_BFD_SEND. | Stan Shebs | 2 | -1/+6 |
1994-12-29 | * som.c (som_write_fixups): Use SEC_HAS_CONTENTS to identify | Jeff Law | 2 | -3/+10 |
1994-12-27 | coffgen.c changes checked in last tuesday -- forgot to check in the log entry | Ken Raeburn | 1 | -0/+7 |
1994-12-27 | * som.c (setup_sections): Turn off SEC_HAS_CONTENTS for bss-like | Jeff Law | 2 | -20/+47 |
1994-12-21 | Opps. Check in correct version of last elf32-hppa.c change. | Jeff Law | 1 | -54/+52 |