summaryrefslogtreecommitdiff
path: root/bfd/elflink.h
Commit message (Expand)AuthorAgeFilesLines
* Fix building with --enable-targets=allNick Clifton2000-03-011-1/+1
* 2000-03-01 H.J. Lu <hjl@gnu.org>H.J. Lu2000-03-011-2/+4
* 2000-02-22 H.J. Lu <hjl@gnu.org>Ian Lance Taylor2000-02-221-1/+5
* 2000-02-22 H.J. Lu <hjl@gnu.org>Ian Lance Taylor2000-02-221-4/+6
* This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra2000-02-211-1/+12
* * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirectRichard Henderson2000-02-181-10/+11
* * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect andRichard Henderson2000-02-131-87/+8
* * section.c (_bfd_strip_section_from_output): Add info parameter.Ian Lance Taylor2000-02-131-3/+3
* ELF visibility patch from Martin Loewis.Nick Clifton2000-01-031-3/+18
* * elflink.h (bfd_elf,size_dynamic_sections): Don't export allRichard Henderson1999-12-291-14/+14
* Fix detection of common symbolsNick Clifton1999-12-141-5/+44
* fix detection of common symbols.Nick Clifton1999-12-141-1/+3
* Fix elf linker's handling of commons in archive mapsNick Clifton1999-12-101-1/+109
* Revert previous patch.Nick Clifton1999-12-101-20/+1
* Change AR for ELF so that common symbols are not included in archive map.Nick Clifton1999-12-101-1/+20
* * elflink.h (elf_bfd_final_link): Make last_local signed.Ian Lance Taylor1999-10-281-3/+3
* * elflink.h (elf_merge_symbol): When overriding a weak symbol withIan Lance Taylor1999-10-081-2/+6
* * elflink.h (elf_fix_symbol_flags): Move weakdef handling here...Ian Lance Taylor1999-09-101-26/+34
* * elflink.h (elf_link_add_object_symbols): Copy NON_GOT_REF flagAndreas Schwab1999-09-061-2/+4
* use bfd memory allcation routinesNick Clifton1999-09-061-14/+15
* * elf-bfd.h (ELF_LINK_NON_GOT_REF): Define.Ian Lance Taylor1999-09-041-4/+5
* * elflink.h (elf_bfd_final_link): When counting relocations, don'tIan Lance Taylor1999-09-031-2/+11
* * elflink.h (elf_link_add_object_symbols): Work around bogus SH_LINKJeff Law1999-09-021-0/+17
* Fix memory leak.Nick Clifton1999-09-021-1/+1
* When possible, keep the original type of the symbol.Nick Clifton1999-08-311-1/+4
* * elf32-mips.c (_bfd_mips_elf_add_symbol_hook): Set BSF_DYNAMICIan Lance Taylor1999-08-171-3/+28
* * elflink.h (elf_bfd_final_link): Tweak last change.Mark Mitchell1999-08-101-4/+19
* * elflink.h (elf_link_size_reloc_section): Use the counts in theMark Mitchell1999-08-101-20/+56
* 1999-08-09 Geoff Keating <geoffk@cygnus.com>Ian Lance Taylor1999-08-091-4/+13
* Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1999-08-021-11/+4
* Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1999-07-301-11/+33
* * elflink.h (elf_merge_symbol): Do merge symbols from the same BFDIan Lance Taylor1999-07-191-2/+6
* * elflink.h (elf_bfd_final_link): Remove unused variables rel_hashAndreas Schwab1999-07-191-3/+0
* * elflink.h (elf_link_adjust_relocs): New function.Mark Mitchell1999-07-181-38/+64
* * elflink.h (elf_link_record_local_dynamic_symbol): Remove unusedAndreas Schwab1999-07-161-2/+1
* * elf-bfd.h (struct elf_link_local_dynamic_entry): New.Richard Henderson1999-07-131-93/+146
* * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1999-07-111-5/+5
* * elf.c (bfd_elf_hash): Change parameter from unsigned char * toIan Lance Taylor1999-07-111-5/+4
* * elflink.h (elf_link_read_relocs_from_section): Be type-correct.Mark Mitchell1999-07-111-1/+1
* * elflink.h (elf_link_create_dynamic_sections): Handle non-standardMark Mitchell1999-07-071-26/+62
* tweak last elf_merge_symbol patchIan Lance Taylor1999-07-071-4/+21
* * elflink.h (elf_bfd_final_link): Assert that section reloc_countIan Lance Taylor1999-07-071-11/+47
* * elf-bfd.h (bfd_elf_section_data): Add rel_count and rel_count2Mark Mitchell1999-07-011-64/+142
* * elflink.h (elf_link_output_extsym): It's OK for a -BsymbolicIan Lance Taylor1999-06-261-1/+0
* * elflink.h (size_dynamic_sections): Use user-specified init/finiMark Mitchell1999-06-231-10/+16
* * elflink.h (link_read_relocs): Explicitly cast external_relocs toMark Mitchell1999-06-221-1/+1
* * elflink.h (elf_link_remove_section_and_adjust_dynindices):Ian Lance Taylor1999-06-191-2/+0
* * elflink.h (elf_link_remove_section_and_adjust_dynindices):Mark Mitchell1999-06-131-18/+6
* * elf-bfd.h (_bfd_elf_link_adjust_dynindx): New function.Mark Mitchell1999-06-131-34/+58
* * elflink.h (elf_link_read_relocs_from_section): New function,Mark Mitchell1999-06-131-41/+84