Age | Commit message (Expand) | Author | Files | Lines |
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 |
1994-03-15 | * som (setup_sections): Set SEC_DEBUGGING and the section attributes | Jeff Law | 1 | -0/+18 |
1994-03-14 | * som.c (som_bfd_count_ar_symbols): Fix typo. | Jeff Law | 1 | -1/+1 |
1994-03-14 | * som.c (som_object_setup): Set EXEC_P, D_PAGED, WP_TEXT, and | Jeff Law | 1 | -46/+42 |
1994-03-10 | * libbfd-in.h: Remove alloca cruft. It was missing some necessary | Jim Kingdon | 1 | -88/+213 |
1994-03-02 | * som.[ch]: Do not include libhppa.h in som.c, instead include | Jeff Law | 1 | -1/+0 |
1994-03-02 | * som.c (log2): Return -1 on error rather than aborting. | Jeff Law | 1 | -6/+8 |
1994-03-02 | * som.c (hppa_som_gen_reloc_type): Use correct enum type for | Jeff Law | 1 | -7/+6 |
1994-02-26 | * som.c (som_get_symtab_upper_bound): Use "sizeof (asymbol *)" | Jeff Law | 1 | -2/+3 |
1994-02-24 | * som.c (som_prep_headers): Use CPU_PA_RISC1_0 for magic | Jeff Law | 1 | -1/+1 |
1994-02-22 | * som.c (som_bfd_count_ar_symbols): Use a pointer and alloca | Ian Lance Taylor | 1 | -6/+15 |
1994-02-17 | * bfd.c (bfd_get_error, bfd_set_error): New functions. | David MacKenzie | 1 | -86/+86 |
1994-02-16 | * som.c: Remove FIXMEs for things which have been dealt with. | Jeff Law | 1 | -9/+4 |
1994-02-15 | * som.c (som_bfd_prep_for_ar_write): Iterate through the SOM | Jeff Law | 1 | -14/+14 |
1994-02-15 | * som.c (som_slurp_symbol_table): Do not die if a BFD doesn't | Jeff Law | 1 | -6/+2 |
1994-02-15 | * Finish basic read-write support for SOM archive libraries. Bugs | Jeff Law | 1 | -122/+573 |
1994-02-14 | * som.h (som_symbol_data): Safely access backend private data | Jeff Law | 1 | -22/+22 |
1994-02-13 | * som.c (som_bfd_count_ar_symbols): New helper function. | Jeff Law | 1 | -6/+376 |
1994-02-12 | Make all callers of malloc or realloc (including via obstacks) | David MacKenzie | 1 | -7/+57 |
1994-02-10 | * som.c: Cast return values from BFD memory allocation routines to | Jeff Law | 1 | -9/+10 |
1994-02-08 | * som.c: This file is also used for HOST_HPPAOSF. | Jeff Law | 1 | -5/+6 |