aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
AgeCommit message (Expand)AuthorFilesLines
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey1-8/+17
1997-03-14 * elfcode.h (elf_slurp_symbol_table): Don't try to read theIan Lance Taylor1-4/+6
1997-03-13 * elflink.h (elf_link_add_object_symbols): Use extsymoff whenIan Lance Taylor1-4/+86
1996-12-15 * elfcode.h (elf_slurp_reloc_table): Add dynamic parameter.Ian Lance Taylor1-128/+52
1996-05-29 64-bit MIPS ELF ABI objdump support:Ian Lance Taylor1-29/+58
1996-02-14Wed Feb 14 16:29:07 1996 Martin Anantharaman <martin@mail.imech.uni-duisbur...Ian Lance Taylor1-1/+122
1996-01-15update copyrightsIan Lance Taylor1-1/+1
1996-01-12 * elf-bfd.h (_bfd_elf_section_from_bfd_section): Declare.Ian Lance Taylor1-2/+0
1996-01-12 * elf.c (_bfd_elf_print_private_bfd_data): Dump contents ofIan Lance Taylor1-4/+7
1995-12-01 * libbfd.c (bfd_malloc, bfd_realloc): New functions.Ian Lance Taylor1-10/+4
1995-11-29 * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory ifIan Lance Taylor1-18/+33
1995-10-31 * libelf.h: Rename to elf-bfd.h to avoid conflict withFred Fish1-2/+2
1995-09-08 * elfcode.h (align_file_position): Remove; not used.Ian Lance Taylor1-14/+5
1995-07-12fix some compilation warnings from sun ccKen Raeburn1-8/+8
1995-07-06Added new files elflink.c, elflink.h, elfcore.h.Ken Raeburn1-5768/+48
1995-07-04 * elfcode.h (NAME(bfd_elf,record_link_assignment)): Add provideIan Lance Taylor1-1/+11
1995-07-04 * libelf.h (struct elf_link_hash_table): Add needed field. RemoveIan Lance Taylor1-55/+81
1995-07-03 * bfd.c (enum bfd_error): Define bfd_error_no_armap.Ian Lance Taylor1-1/+1
1995-07-03 * elfcode.h (elf_link_add_object_symbols): Permit common andIan Lance Taylor1-19/+24
1995-06-09 * elfcode.h (elf_sort_hdrs): Rewrite to be symmetrical.Steve Chamberlain1-13/+15
1995-06-08* elfcode.h (elf_fake_sections): Permit .scommon or COMMON sections as randomKen Raeburn1-78/+227
1995-03-07 * elfcode.h (elf_sort_hdrs): Check SHT_NOBITS before checkingIan Lance Taylor1-13/+9
1995-03-07 * elfcode.h (elf_sort_hdrs): Keep SHT_NOBITS sections afterDavid Edelsohn1-3/+20
1995-02-08 * linker.c (generic_link_check_archive_element): Allocate commonIan Lance Taylor1-2/+2
1995-02-08elfcode.h (elf_sort_hdrs): Put SHT_NOBITS sections after !SHT_NOBITS.David Edelsohn1-2/+3
1995-02-06 * libelf.h (struct elf_link_hash_table): Add saw_needed field.Ian Lance Taylor1-2/+33
1995-02-06 * libelf.h (ELF_LINK_HASH_DEFINED_WEAK): Don't define.Ian Lance Taylor1-14/+1
1995-02-06 Distinguish a weak defined symbol from a regular defined symbol.Ian Lance Taylor1-32/+153
1995-01-31 * elfcode.h (map_program_segments): Add sorted_hdrs parameter.Ian Lance Taylor1-5/+15
1995-01-28 * elfcode.h (elf_link_add_object_symbols): Use *sym_hash insteadIan Lance Taylor1-2/+2
1995-01-27 * elfcode.h (elf_sort_hdrs): Correct SHF_ALLOC test.Ian Lance Taylor1-1/+3
1995-01-26 * elfcode.h (elf_link_add_object_symbols): Only examine weakdef ifIan Lance Taylor1-0/+1
1995-01-26Add new relocs for PowerPC Elf support.Michael Meissner1-1/+1
1995-01-24update copyright datesIan Lance Taylor1-2/+2
1995-01-09 * elfcode.h (elf_link_add_object_symbols): It's reasonable for noIan Lance Taylor1-1/+1
1995-01-06 * elfcode.h (elf_slurp_symbol_table): Don't set BSF_GLOBAL for anIan Lance Taylor1-2/+10
1994-12-20* elfcode.h (assign_file_positions_except_relocs): In assertion, force allKen Raeburn1-10/+12
1994-12-15 * elfcode.h (elf_map_symbols): Only use section symbols whoseIan Lance Taylor1-1/+2
1994-12-09 * elfcode.h (elf_bfd_link_add_symbols): If the first object in theIan Lance Taylor1-6/+34
1994-11-13 * elfcode.h (elf_export_symbol): Also export symbols which areIan Lance Taylor1-1/+2
1994-11-12 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): AddIan Lance Taylor1-39/+104
1994-10-31 * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Create DT_INITIan Lance Taylor1-8/+33
1994-10-29 * linker.c (_bfd_generic_link_add_archive_symbols): It's not anIan Lance Taylor1-0/+3
1994-10-27 * libelf.h (struct bfd_elf_section_data): Add field dynindx.Ian Lance Taylor1-55/+56
1994-10-21 Fix the ELF linker to not require an interpreter if no dynamicIan Lance Taylor1-135/+181
1994-10-20 * elfcode.h (elf_map_symbols): Don't worry about section symbolsIan Lance Taylor1-82/+77
1994-10-17 Use a hash table when writing out ELF symbol names.Ian Lance Taylor1-160/+173
1994-10-17 * elfcode.h (elf_swap_shdr_in): Use rawdata, not bfd_section.Ian Lance Taylor1-124/+69
1994-10-12* opncls.c (bfd_realloc): Deleted, since it's broken and fixing it would makeKen Raeburn1-0/+4
1994-10-10* cofflink.c (_bfd_coff_final_link): Cast argument to bfd_h_put_32 to correctKen Raeburn1-2/+6