aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
AgeCommit message (Expand)AuthorFilesLines
1994-06-21 * section.c (bfd_abs_section): Make const.Ian Lance Taylor1-34/+38
1994-06-20 * Many files: change all bfd_target vectors to be const. ChangeIan Lance Taylor1-4/+4
1994-06-20 * aoutx.h (NAME(aout,final_link)): Check flavour of sub, not abfd,Ian Lance Taylor1-9/+9
1994-06-17 * elfcode.h (elf_link_input_bfd): Don't try to read local symbolsJeff Law1-4/+5
1994-06-16 * elfcode.h (elf_bfd_final_link): If trying to generate a sharedIan Lance Taylor1-0/+8
1994-06-16 * libelf.h (struct elf_obj_tdata): New field dt_needed_name.Ian Lance Taylor1-1/+5
1994-06-15Tweak v9 support to ready it for release.Ken Raeburn1-3/+6
1994-06-15 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add sinterpptrIan Lance Taylor1-12/+18
1994-06-06 * elfcode.h (bfd_section_from_shdr): Don't turn a reloc sectionIan Lance Taylor1-11/+7
1994-06-05 Changes to support ELF strip and objcopy on dynamically linkedIan Lance Taylor1-345/+282
1994-05-24 Make MIPS ELF use new ELF backend linker. No shared libraryIan Lance Taylor1-25/+70
1994-05-20 * elf.c (_bfd_elf_make_section_from_shdr): New function, based onIan Lance Taylor1-115/+29
1994-05-19Make map_program_segments tend to call abort rather than trash theIan Lance Taylor1-5/+3
1994-05-19 Add support for ELF shared libraries. Loosely based on work byIan Lance Taylor1-380/+1463
1994-05-16 * bfd-in2.h: Rebuilt.Jeff Law1-13/+1
1994-05-09 * elfcode.h: Include bfdlink.h. Added several new functions to doIan Lance Taylor1-108/+1698
1994-04-25 * elfcode.h (write_relocs): Undo patch of Apr 10; breaks Solaris.Ian Lance Taylor1-11/+0
1994-04-25 * elfcode.h (bfd_section_from_shdr): Use bfd_make_section_anywayIan Lance Taylor1-96/+124
1994-04-22 * aout-adobe.c (aout_adobe_set_arch_mach): Check return value ofIan Lance Taylor1-16/+8
1994-04-21 * libelf.h (elf_obj_tdata): Add members for dynamic symbol tablePeter Schauer1-23/+71
1994-04-11 * elfcode.h (assign_file_positions_except_relocs): Don't requireIan Lance Taylor1-0/+1
1994-04-10 * elfcode.h (write_relocs): For rela relocations, adjust theJeff Law1-0/+11
1994-04-07 * elfcode.h (elf_set_section_contents): Support calling the backendJeff Law1-0/+10
1994-04-05 * elfcode.h (write_shdrs_and_ehdr): Correct bfd_write check.Ian Lance Taylor1-1/+1
1994-04-05 * aoutx.h (NAME(aout,canonicalize_reloc)): Don't error out ifIan Lance Taylor1-2/+0
1994-04-04 Made sure that every call to bfd_read, bfd_write, and bfd_seekIan Lance Taylor1-15/+30
1994-03-30Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor1-14/+19
1994-03-26 * libbfd.c (bfd_read): Set bfd_error as appropriate for a shortJeff Law1-29/+17
1994-03-17 * elfcode.h (NAME(bfd_elf,write_object_contents)): Don't use spaceIan Lance Taylor1-263/+274
1994-03-10 * libbfd-in.h: Remove alloca cruft. It was missing some necessaryJim Kingdon1-7/+33
1994-03-05 * elf32-hppa.h, elfcode.h: Replace uses of Elf*_Half, Elf*_Word,Peter Schauer1-4/+4
1994-02-26 * aoutx.h, archive.c: Add casts to avoid warnings from SVR4 cc.Ian Lance Taylor1-31/+10
1994-02-26 * elfcode.h: Don't include assert.h.Ian Lance Taylor1-3/+2
1994-02-26 * format.c (bfd_check_format_matches): Initialize matching_vectorJeff Law1-1/+0
1994-02-26 * som.c (som_get_symtab_upper_bound): Use "sizeof (asymbol *)"Jeff Law1-1/+31
1994-02-24 * elfcode.h (alloca): Delete declaration.Jeff Law1-4/+0
1994-02-18 start-sanitize-powerpc-netwareIan Lance Taylor1-0/+4
1994-02-17Use bfd_set_error in last patch.Ian Lance Taylor1-1/+1
1994-02-17 * elfcode.h (elf_slurp_symbol_table): Handle zero symbolsIan Lance Taylor1-87/+101
1994-02-17 * elfcode.h (map_program_segments): ELF program header entriesIan Lance Taylor1-21/+23
1994-02-17 * bfd.c (bfd_get_error, bfd_set_error): New functions.David MacKenzie1-39/+39
1994-02-13 * elfcode.h (elf_map_symbols): Fix typo.Jeff Law1-5/+9
1994-02-12 Make all callers of malloc or realloc (including via obstacks)David MacKenzie1-17/+95
1994-02-07 * elfcode.h (prep_headers, swap_out_syms): Check for NULL returnDavid MacKenzie1-10/+36
1994-01-25 * opncls.c (_bfd_new_bfd, _bfd_new_bfd_contained_in): AddDavid MacKenzie1-1/+1
1994-01-24 * elfcode.h (swap_out_syms): Use elf_section_from_bfd_section toIan Lance Taylor1-1/+2
1994-01-14 * elfcode.h (elf_object_p): If there is a SHT_DYNAMIC section, setIan Lance Taylor1-6/+17
1993-11-24 * elfcode.h (map_program_segments): Restore check of file_size !=Ian Lance Taylor1-22/+26
1993-11-18 * elfcode.h (bfd_section_from_shdr): Don't dump core if targetIan Lance Taylor1-58/+98
1993-11-08 * elfcode.h (bfd_section_from_shdr): Remove duplicate assignmentIan Lance Taylor1-32/+51