aboutsummaryrefslogtreecommitdiff
path: root/bfd/som.c
AgeCommit message (Expand)AuthorFilesLines
1994-04-04 * som.c (som_slurp_string_table): Use malloc to allocate spaceJeff Law1-6/+39
1994-04-01 * targets.c (bfd_target): Add _bfd_free_cached_info field.Ian Lance Taylor1-0/+1
1994-03-31 * som.c (som_begin_writing): New approach at dealing with holesJeff Law1-18/+27
1994-03-30Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor1-17/+17
1994-03-26 * som.c (som_get_section_contents): New function. Do not tryJeff Law1-1/+19
1994-03-26 * libbfd.c (bfd_read): Set bfd_error as appropriate for a shortJeff Law1-250/+88
1994-03-24 * som.c (som_bfd_prep_for_ar_write): Ignore non-SOM objects.Jeff Law1-2/+21
1994-03-21 * som.c (bfd_section_from_som_symbol): Only to do the valueJeff Law1-4/+9
1994-03-20 * som.c (bfd_section_from_som_symbol): Renamed fromJeff Law1-13/+34
1994-03-20 * som.c (som_begin_writing): Fix braino (one call to alignJeff Law1-1/+2
1994-03-20 * som.c (som_begin_writing): Align text in all executables toJeff Law1-1/+5
1994-03-19 * som.c (som_begin_writing): Account for alignment needs ofJeff Law1-0/+23
1994-03-19 * som.h (som_copyable_section_data_struct): New structureJeff Law1-92/+215
1994-03-19 * som.h (struct som_exec_data): New structure to hold execJeff Law1-35/+68
1994-03-19 * libhppa.h (PA_PAGESIZE): Define.Jeff Law1-7/+106
1994-03-19 * Better long-filename handling. Reads SOM ABI compliant extendedJeff Law1-16/+56
1994-03-17 * aoutx.h, elfcode.h, coff-alpha.c, bout.c, ecoff.c, ecofflink.c,Jim Kingdon1-20/+30
1994-03-16 * bfd-in2.h, libbfd.h, libcoff.h: Rebuilt.Jeff Law1-0/+37
1994-03-15 * som.c (som_prep_for_fixups): A relocation involving the sectionJeff Law1-8/+16
1994-03-15 * som (setup_sections): Set SEC_DEBUGGING and the section attributesJeff Law1-0/+18
1994-03-14 * som.c (som_bfd_count_ar_symbols): Fix typo.Jeff Law1-1/+1
1994-03-14 * som.c (som_object_setup): Set EXEC_P, D_PAGED, WP_TEXT, andJeff Law1-46/+42
1994-03-10 * libbfd-in.h: Remove alloca cruft. It was missing some necessaryJim Kingdon1-88/+213
1994-03-02 * som.[ch]: Do not include libhppa.h in som.c, instead includeJeff Law1-1/+0
1994-03-02 * som.c (log2): Return -1 on error rather than aborting.Jeff Law1-6/+8
1994-03-02 * som.c (hppa_som_gen_reloc_type): Use correct enum type forJeff Law1-7/+6
1994-02-26 * som.c (som_get_symtab_upper_bound): Use "sizeof (asymbol *)"Jeff Law1-2/+3
1994-02-24 * som.c (som_prep_headers): Use CPU_PA_RISC1_0 for magicJeff Law1-1/+1
1994-02-22 * som.c (som_bfd_count_ar_symbols): Use a pointer and allocaIan Lance Taylor1-6/+15
1994-02-17 * bfd.c (bfd_get_error, bfd_set_error): New functions.David MacKenzie1-86/+86
1994-02-16 * som.c: Remove FIXMEs for things which have been dealt with.Jeff Law1-9/+4
1994-02-15 * som.c (som_bfd_prep_for_ar_write): Iterate through the SOMJeff Law1-14/+14
1994-02-15 * som.c (som_slurp_symbol_table): Do not die if a BFD doesn'tJeff Law1-6/+2
1994-02-15 * Finish basic read-write support for SOM archive libraries. BugsJeff Law1-122/+573
1994-02-14 * som.h (som_symbol_data): Safely access backend private dataJeff Law1-22/+22
1994-02-13 * som.c (som_bfd_count_ar_symbols): New helper function.Jeff Law1-6/+376
1994-02-12 Make all callers of malloc or realloc (including via obstacks)David MacKenzie1-7/+57
1994-02-10 * som.c: Cast return values from BFD memory allocation routines toJeff Law1-9/+10
1994-02-08 * som.c: This file is also used for HOST_HPPAOSF.Jeff Law1-5/+6
1994-01-13 * som.c (hppa_som_reloc): Add new "error message" argument.Jeff Law1-17/+29
1993-12-14 * elf32-hppa.c (hppa_elf_gen_reloc_type): Handle 'T' fieldJeff Law1-11/+35
1993-12-06 * som.c (som_begin_writing): Flesh out code for handling simpleJeff Law1-3/+100
1993-12-06 * som.c (R_DLT_REL, R_AUX_UNWIND, R_SEC_STMT): Add protectedJeff Law1-6/+17
1993-12-06 * som.c (som_hppa_howto_table): Add missing R_END_TRY. DeleteJeff Law1-17/+186
1993-11-22 * Minimal support for reading SOM fixup streams. AllowsJeff Law1-48/+800
1993-11-14 * som.c (som_bfd_reloc_type_lookup): Add missing prototype. ReturnsJeff Law1-4/+4
1993-11-14 * som.c (som_begin_writing): New function.Jeff Law1-6/+241
1993-11-14 * som.c (som_write_space_strings): New function.Jeff Law1-0/+180
1993-11-14 * som.c (som_write_fixups): New function.Jeff Law1-1/+256
1993-11-13 * som.c (som_prep_for_fixups): New function.Jeff Law1-0/+97