Age | Commit message (Expand) | Author | Files | Lines |
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 |
1994-01-13 | * som.c (hppa_som_reloc): Add new "error message" argument. | Jeff Law | 1 | -17/+29 |
1993-12-14 | * elf32-hppa.c (hppa_elf_gen_reloc_type): Handle 'T' field | Jeff Law | 1 | -11/+35 |
1993-12-06 | * som.c (som_begin_writing): Flesh out code for handling simple | Jeff Law | 1 | -3/+100 |
1993-12-06 | * som.c (R_DLT_REL, R_AUX_UNWIND, R_SEC_STMT): Add protected | Jeff Law | 1 | -6/+17 |
1993-12-06 | * som.c (som_hppa_howto_table): Add missing R_END_TRY. Delete | Jeff Law | 1 | -17/+186 |
1993-11-22 | * Minimal support for reading SOM fixup streams. Allows | Jeff Law | 1 | -48/+800 |
1993-11-14 | * som.c (som_bfd_reloc_type_lookup): Add missing prototype. Returns | Jeff Law | 1 | -4/+4 |
1993-11-14 | * som.c (som_begin_writing): New function. | Jeff Law | 1 | -6/+241 |
1993-11-14 | * som.c (som_write_space_strings): New function. | Jeff Law | 1 | -0/+180 |
1993-11-14 | * som.c (som_write_fixups): New function. | Jeff Law | 1 | -1/+256 |
1993-11-13 | * som.c (som_prep_for_fixups): New function. | Jeff Law | 1 | -0/+97 |
1993-11-13 | * som.c (som_write_object_contents): Do not abort. Flesh out. | Jeff Law | 1 | -10/+66 |
1993-11-13 | * som.c (som_build_and_write_symbol_table): New function. | Jeff Law | 1 | -0/+155 |
1993-11-13 | * som.c (som_write_headers): New function. | Jeff Law | 1 | -0/+177 |