Age | Commit message (Expand) | Author | Files | Lines |
1995-03-21 | * som.c (som_slurp_symbol_table): Tighten test to determine | Jeff Law | 1 | -3/+5 |
1995-03-06 | * cpu-hppa.c (arch_info_struct): Support both PA1.0 and PA1.1 | Jeff Law | 1 | -11/+49 |
1995-02-01 | * som.c (som_object_setup): More heruistics to detect the | Jeff Law | 1 | -42/+204 |
1995-01-28 | * som.c (som_object_setup): New heuristic to determine if the | Jeff Law | 1 | -6/+12 |
1995-01-09 | Add 1995 to copyright. | Jeff Law | 1 | -1/+2 |
1995-01-05 | * som.c (bfd_section_from_som_symbol): Only return sections which | Jeff Law | 1 | -2/+3 |
1995-01-04 | * som.c (som_begin_writing): Don't forget to bump the | Jeff Law | 1 | -1/+1 |
1994-12-29 | * som.c (som_write_fixups): Use SEC_HAS_CONTENTS to identify | Jeff Law | 1 | -3/+3 |
1994-12-27 | * som.c (setup_sections): Turn off SEC_HAS_CONTENTS for bss-like | Jeff Law | 1 | -20/+42 |
1994-09-14 | * som.h (som_symbol_type): Add "stringtab_offset" field. | Jeff Law | 1 | -3/+2 |
1994-09-14 | * som.c (som_fixup_formats): Case R_ENTRY (0xb3), set both | Jeff Law | 1 | -4/+17 |
1994-09-14 | * som.h (som_symbol_type): Delete unwind field. | Jeff Law | 1 | -27/+20 |
1994-09-14 | * som.h (som_symbol_type): Delete unused a.out-related fields. | Jeff Law | 1 | -3/+2 |
1994-09-14 | * som.c (som_object_setup): Handle exec_entry and exec_flags being | Jeff Law | 1 | -17/+29 |
1994-09-13 | * som.c (som_reloc_skip): Correct off-by-one error for 4-byte | Jeff Law | 1 | -10/+16 |
1994-09-12 | Revert last change (never should have been checked in to begin with). | Jeff Law | 1 | -2/+1 |
1994-09-12 | * config/hppaosf.mh (RANLIB): Do not set. | Jeff Law | 1 | -6/+19 |
1994-08-31 | * som.c (som_write_fixups, case R_ENTRY): Handle case where no | Jeff Law | 1 | -4/+19 |
1994-08-16 | * som.c (som_prep_headers): If writing some form of an executable, | Jeff Law | 1 | -62/+77 |
1994-06-20 | * Many files: change all bfd_target vectors to be const. Change | Ian Lance Taylor | 1 | -8/+8 |
1994-06-13 | * som.c (EXEC_AUX_ID): Define based on availablity of HPUX_AUX_ID | Jeff Law | 1 | -5/+22 |
1994-05-26 | * som.c (som_prep_headers): Do not set the system_id here, private | Jeff Law | 1 | -7/+10 |
1994-05-20 | * som.c (som_set_reloc_info): Do not set any relocation info | Jeff Law | 1 | -2/+4 |
1994-05-18 | * som.c: Don't include <sys/dir.h> or <sys/user.h>. | Ian Lance Taylor | 1 | -18/+24 |
1994-05-18 | * elf32-hppa.h (R_HPPA_ABS_CALL): Define. | Jeff Law | 1 | -5/+2 |
1994-04-12 | * som.c (som_write_fixups): Always emit at least | Jeff Law | 1 | -3/+3 |
1994-04-07 | * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. | Ian Lance Taylor | 1 | -1/+2 |
1994-04-06 | * targets.c (bfd_target): Rearranged fields in target vector. | Ian Lance Taylor | 1 | -13/+13 |
1994-04-06 | * Crude support for examining dynamic libraries. | Jeff Law | 1 | -15/+28 |
1994-04-05 | * som.c (som_bfd_free_cached_info): Add missing PARAMS decl. | Jeff Law | 1 | -1/+5 |
1994-04-05 | * aoutx.h (NAME(aout,canonicalize_reloc)): Don't error out if | Ian Lance Taylor | 1 | -2/+0 |
1994-04-04 | * som.c (som_slurp_string_table): Use malloc to allocate space | Jeff Law | 1 | -6/+39 |
1994-04-01 | * targets.c (bfd_target): Add _bfd_free_cached_info field. | Ian Lance Taylor | 1 | -0/+1 |
1994-03-31 | * som.c (som_begin_writing): New approach at dealing with holes | Jeff Law | 1 | -18/+27 |
1994-03-30 | Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | Ian Lance Taylor | 1 | -17/+17 |
1994-03-26 | * som.c (som_get_section_contents): New function. Do not try | Jeff Law | 1 | -1/+19 |
1994-03-26 | * libbfd.c (bfd_read): Set bfd_error as appropriate for a short | Jeff Law | 1 | -250/+88 |
1994-03-24 | * som.c (som_bfd_prep_for_ar_write): Ignore non-SOM objects. | Jeff Law | 1 | -2/+21 |
1994-03-21 | * som.c (bfd_section_from_som_symbol): Only to do the value | Jeff Law | 1 | -4/+9 |
1994-03-20 | * som.c (bfd_section_from_som_symbol): Renamed from | Jeff Law | 1 | -13/+34 |
1994-03-20 | * som.c (som_begin_writing): Fix braino (one call to align | Jeff Law | 1 | -1/+2 |
1994-03-20 | * som.c (som_begin_writing): Align text in all executables to | Jeff Law | 1 | -1/+5 |
1994-03-19 | * som.c (som_begin_writing): Account for alignment needs of | Jeff Law | 1 | -0/+23 |
1994-03-19 | * som.h (som_copyable_section_data_struct): New structure | Jeff Law | 1 | -92/+215 |
1994-03-19 | * som.h (struct som_exec_data): New structure to hold exec | Jeff Law | 1 | -35/+68 |
1994-03-19 | * libhppa.h (PA_PAGESIZE): Define. | Jeff Law | 1 | -7/+106 |
1994-03-19 | * Better long-filename handling. Reads SOM ABI compliant extended | Jeff Law | 1 | -16/+56 |
1994-03-17 | * aoutx.h, elfcode.h, coff-alpha.c, bout.c, ecoff.c, ecofflink.c, | Jim Kingdon | 1 | -20/+30 |
1994-03-16 | * bfd-in2.h, libbfd.h, libcoff.h: Rebuilt. | Jeff Law | 1 | -0/+37 |
1994-03-15 | * som.c (som_prep_for_fixups): A relocation involving the section | Jeff Law | 1 | -8/+16 |