Age | Commit message (Expand) | Author | Files | Lines |
1993-11-13 | * som.c (try_prev_fixup): New function. | Jeff Law | 2 | -1/+157 |
1993-11-13 | * som.c (som_initialize_reloc_queue): New function. | Jeff Law | 2 | -0/+122 |
1993-11-12 | * som.c (som_hppa_howto_table): SOM howto relocation table. | Jeff Law | 2 | -1/+284 |
1993-11-12 | * som.c (struct reloc_queue): New structure to keep track of | Jeff Law | 2 | -0/+34 |
1993-11-12 | * som.c: Include libhppa.h | Jeff Law | 2 | -0/+3 |
1993-11-12 | * som.c (bfd_som_set_section_attributes): New function. | Jeff Law | 2 | -2/+87 |
1993-11-12 | * som.h (struct som_symbol): Add new fields to hold additional | Jeff Law | 1 | -0/+155 |
1993-11-12 | * trad-core.c (trad_unix_core_file_p): If new hook | Jim Kingdon | 1 | -0/+7 |
1993-11-11 | * bfd.c (struct _bfd): Add hppabsd_core_data. | Jeff Law | 2 | -0/+8 |
1993-11-11 | * elf32-hppa.c (hppa_elf_reloc): Remove DEFUN crud. Remove code | Jeff Law | 2 | -47/+32 |
1993-11-09 | Entries for several checkins. | Ian Lance Taylor | 1 | -0/+41 |
1993-11-09 | * elfcode.h (elf_object_p): Rather than looking through an array | Ian Lance Taylor | 4 | -20/+39 |
1993-11-09 | Fix a braino | Stan Shebs | 2 | -0/+6 |
1993-11-09 | * libelf.h: Added some comments. | Ian Lance Taylor | 4 | -15/+114 |
1993-11-08 | * elfcode.h (bfd_section_from_shdr): Remove duplicate assignment | Ian Lance Taylor | 2 | -32/+56 |
1993-11-08 | * reloc.c: Use const instead of CONST. | Ian Lance Taylor | 3 | -22/+33 |
1993-11-08 | Netware target support | David Henkel-Wallace | 1 | -0/+6 |
1993-11-08 | * libbfd.c (bfd_put_8): Add parens around reference to "val" | Jeff Law | 1 | -0/+5 |
1993-11-06 | correct mach3 values | David MacKenzie | 1 | -0/+5 |
1993-11-06 | more doc cleanups | David MacKenzie | 2 | -14/+14 |
1993-11-05 | coffcode.h change. | Ian Lance Taylor | 1 | -0/+4 |
1993-11-05 | fix mistakes in last change | David MacKenzie | 3 | -99/+96 |
1993-11-05 | doc cleanup | David MacKenzie | 19 | -1137/+1517 |
1993-11-05 | Check in version built from changed bfd-in.h. | John Gilmore | 1 | -1/+13 |
1993-11-04 | * bfd-in.h (bfd_get_cacheable, bfd_set_cacheable): New accessors. | John Gilmore | 3 | -29/+110 |
1993-11-04 | * From Pete Hoogenboom (hoogen@cs.utah.edu) | Jeff Law | 1 | -0/+7 |
1993-11-04 | Added .PHONY for check and installcheck. both now also echo a message. | Jeffrey Wheat | 2 | -243/+165 |
1993-11-02 | HPUX portability change. | Bill Cox | 1 | -0/+5 |
1993-11-02 | * config.bfd: Use bigmips for mips*-*-bsd*. | Jim Kingdon | 2 | -1/+5 |
1993-11-01 | * elfcode.h (elf_slurp_reloca_table, elf_slurp_reloc_table): | Ian Lance Taylor | 1 | -0/+3 |
1993-11-01 | * elf32-mips.c (mips_elf_hi16_reloc, mips_elf_lo16_reloc): | Ian Lance Taylor | 1 | -0/+10 |
1993-11-01 | * reloc.c (enum bfd_reloc_code_real): Added | Ian Lance Taylor | 1 | -5/+984 |
1993-11-01 | * aout-target.h (MY_bfd_debug_info_start, MY_bfd_debug_info_end, | Ian Lance Taylor | 1 | -0/+21 |
1993-11-01 | Keep Lynx files | Stan Shebs | 2 | -2/+6 |
1993-11-01 | * config.bfd: Use m68k-elf for m68*-*-sysv4*. | Jim Kingdon | 2 | -12/+17 |
1993-10-31 | * targets.c: Move enum target_flavour outside of struct and change | Jim Kingdon | 2 | -40/+86 |
1993-10-31 | * som.c: Add comment about how abort() on corrupt executable is evil. | Jim Kingdon | 1 | -0/+8 |
1993-10-29 | test | David MacKenzie | 1 | -1/+1 |
1993-10-29 | * bfd-in.h: Added commands for object file flag values. | Ian Lance Taylor | 2 | -1/+17 |
1993-10-29 | initial mach3 386 support (not working yet) | David MacKenzie | 1 | -0/+5 |
1993-10-29 | Minor changes, plus definitions for Sparc Lynx host. | Stan Shebs | 3 | -6/+48 |
1993-10-29 | A number of minor Lynx-related changes, plus basic Sparc Lynx support. | Stan Shebs | 4 | -6/+38 |
1993-10-28 | gcc -Wall lint: | Ian Lance Taylor | 5 | -173/+569 |
1993-10-28 | * configure.in, config/i386-mach3.mt: Update for new configuration | Jim Kingdon | 3 | -1/+11 |
1993-10-27 | * nlmcode.h (nlm_swap_auxiliary_headers_in, | Ian Lance Taylor | 1 | -0/+6 |
1993-10-26 | * targets.c (target_vector): Remove SCO_CORE. On Sep 11 1993, | Jim Kingdon | 2 | -11/+16 |
1993-10-26 | * elfcode.h (assign_file_position_for_section): Align sh_offset to | Ian Lance Taylor | 2 | -37/+41 |
1993-10-26 | From Jeff Law and Pete Hoogenboom at Utah: | Ken Raeburn | 3 | -137/+200 |
1993-10-26 | * som.c (hppa_object_setup): Set SEC_CODE for .text section so | Stu Grossman | 2 | -191/+568 |
1993-10-25 | Fix up warnings from gcc -Wall: | Ian Lance Taylor | 2 | -11/+17 |