summaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
Commit message (Expand)AuthorAgeFilesLines
* * elfcode.h (assign_file_positions_except_relocs): In assertion, force allKen Raeburn1994-12-201-10/+12
* * elfcode.h (elf_map_symbols): Only use section symbols whoseIan Lance Taylor1994-12-151-1/+2
* * elfcode.h (elf_bfd_link_add_symbols): If the first object in theIan Lance Taylor1994-12-091-6/+34
* * elfcode.h (elf_export_symbol): Also export symbols which areIan Lance Taylor1994-11-131-1/+2
* * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): AddIan Lance Taylor1994-11-121-39/+104
* * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Create DT_INITIan Lance Taylor1994-10-311-8/+33
* * linker.c (_bfd_generic_link_add_archive_symbols): It's not anIan Lance Taylor1994-10-291-0/+3
* * libelf.h (struct bfd_elf_section_data): Add field dynindx.Ian Lance Taylor1994-10-271-55/+56
* Fix the ELF linker to not require an interpreter if no dynamicIan Lance Taylor1994-10-211-135/+181
* * elfcode.h (elf_map_symbols): Don't worry about section symbolsIan Lance Taylor1994-10-201-82/+77
* Use a hash table when writing out ELF symbol names.Ian Lance Taylor1994-10-171-160/+173
* * elfcode.h (elf_swap_shdr_in): Use rawdata, not bfd_section.Ian Lance Taylor1994-10-171-124/+69
* * opncls.c (bfd_realloc): Deleted, since it's broken and fixing it would makeKen Raeburn1994-10-121-0/+4
* * cofflink.c (_bfd_coff_final_link): Cast argument to bfd_h_put_32 to correctKen Raeburn1994-10-101-2/+6
* * elfcode.h (elf_bfd_final_link): Remove assertion when a nonIan Lance Taylor1994-09-301-1/+3
* * elf.c (bfd_elf_print_symbol): Moved here from elf_print_symbol in elfcode.h.Ken Raeburn1994-09-291-40/+3
* tipoIan Lance Taylor1994-09-261-1/+1
* * elfcode.h (map_program_segments): Don't abort if we allocatedIan Lance Taylor1994-09-231-6/+4
* * elfcode.h (swap_out_syms): Set the type of an undefined symbolIan Lance Taylor1994-09-121-6/+8
* * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add sonameIan Lance Taylor1994-08-301-7/+21
* * elfcode.h (bfd_section_from_shdr): If a SHT_SYMTAB section in aIan Lance Taylor1994-08-151-0/+13
* * elfcode.h (section_from_elf_index): Correct check for invalidIan Lance Taylor1994-08-121-1/+1
* * elfcode.h (elf_link_add_object_symbols): If there is no symbolIan Lance Taylor1994-08-121-0/+17
* * elfcode.h (map_program_segments): Check DYNAMIC as well as EXEC_P.Jean Marie Diaz1994-08-011-2/+2
* ELF linker patches from Eric Youngdale <ericy@cais.cais.com>.Jean Marie Diaz1994-08-011-10/+9
* * elfcode.h (elf_adjust_dynamic_symbol): Correct weak symbolIan Lance Taylor1994-08-011-5/+4
* * elfcode.h (elf_slurp_reloc_table): Don't try to read the relocsIan Lance Taylor1994-08-011-2/+4
* Add support for creating shared libraries under i386 ELF and SPARCIan Lance Taylor1994-07-261-130/+254
* * aoutx.h (aout_link_check_ar_symbols): When changing a symbol toIan Lance Taylor1994-07-221-7/+5
* * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add rpathIan Lance Taylor1994-07-201-1/+18
* * libelf.h (ELF_LINK_HASH_DEFINED_WEAK): Define.Ian Lance Taylor1994-07-171-2/+17
* * libelf.h (struct bfd_elf_section_data): Add relocs field.Ian Lance Taylor1994-07-171-218/+112
* * aix386-core.c, aoutf1.h, cisco-core.c, elfcode.h, hppabsd-core.c,Peter Schauer1994-07-121-5/+8
* * elfcode.h (swap_out_syms): Get alignment of common symbol fromIan Lance Taylor1994-07-051-28/+56
* Preliminary support for generating shared libraries, from EricIan Lance Taylor1994-06-231-8/+47
* * elfcode.h (elf_object_p): Don't set DYNAMIC just because thereIan Lance Taylor1994-06-231-18/+1
* * section.c (bfd_abs_section): Make const.Ian Lance Taylor1994-06-211-34/+38
* * Many files: change all bfd_target vectors to be const. ChangeIan Lance Taylor1994-06-201-4/+4
* * aoutx.h (NAME(aout,final_link)): Check flavour of sub, not abfd,Ian Lance Taylor1994-06-201-9/+9
* * elfcode.h (elf_link_input_bfd): Don't try to read local symbolsJeff Law1994-06-171-4/+5
* * elfcode.h (elf_bfd_final_link): If trying to generate a sharedIan Lance Taylor1994-06-161-0/+8
* * libelf.h (struct elf_obj_tdata): New field dt_needed_name.Ian Lance Taylor1994-06-161-1/+5
* Tweak v9 support to ready it for release.Ken Raeburn1994-06-151-3/+6
* * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add sinterpptrIan Lance Taylor1994-06-151-12/+18
* * elfcode.h (bfd_section_from_shdr): Don't turn a reloc sectionIan Lance Taylor1994-06-061-11/+7
* Changes to support ELF strip and objcopy on dynamically linkedIan Lance Taylor1994-06-051-345/+282
* Make MIPS ELF use new ELF backend linker. No shared libraryIan Lance Taylor1994-05-241-25/+70
* * elf.c (_bfd_elf_make_section_from_shdr): New function, based onIan Lance Taylor1994-05-201-115/+29
* Make map_program_segments tend to call abort rather than trash theIan Lance Taylor1994-05-191-5/+3
* Add support for ELF shared libraries. Loosely based on work byIan Lance Taylor1994-05-191-380/+1463