aboutsummaryrefslogtreecommitdiff
path: root/bfd/elflink.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-17 * elflink.h (elf_gc_sweep): Keep non-alloc, non-load sections.Alan Modra1-3/+3
2004-08-16 * elflink.c (elf_section_complain_discarded): Ignore .fixup.Alan Modra1-0/+3
2004-08-13bfd/Alan Modra1-96/+57
2004-08-09 * elf-bfd.h (struct elf_backend_data): AddAlan Modra1-42/+57
2004-08-09bfd/Alan Modra1-11/+10
2004-07-302004-07-30 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-2/+26
2004-07-272004-07-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-7/+171
2004-07-222004-07-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+1
2004-07-22bfd/H.J. Lu1-1/+6
2004-07-21bfd/H.J. Lu1-0/+86
2004-07-21 * elflink.c (elf_get_linked_section_vma, compare_link_order,Paul Brook1-0/+116
2004-07-21* elf-bfd.h (ELF_COMMON_DEF_P): New.Alexandre Oliva1-1/+5
2004-07-19bfd/H.J. Lu1-4/+19
2004-07-14 * elflink.c (elf_section_complain_discarded): Don't complain inDave Anglin1-0/+3
2004-07-14Revert previous delta - the bug had already been fixed.Nick Clifton1-12/+10
2004-07-13(elf_sort_symbol): Restructure code to avoid bug in Solairs hosted versions ofNick Clifton1-10/+12
2004-07-06Add support for sh-symbian-elf targetNick Clifton1-0/+6
2004-07-02bfd/H.J. Lu1-7/+28
2004-07-01bfd/Alan Modra1-76/+88
2004-06-30bfd/H.J. Lu1-15/+19
2004-06-30 * elflink.c (elf_section_ignore_discarded_relocs): Don't testAlan Modra1-8/+7
2004-06-28 * bfd-in.h (struct stab_info): Move from stabs.c.Alan Modra1-2/+4
2004-06-24bfd/Alan Modra1-56/+52
2004-06-21bfd/ChangeLog:Alexandre Oliva1-29/+41
2004-06-09* elflink.c (elf_sort_symbol): Compare section id, not pointers.Alexandre Oliva1-2/+2
2004-05-25bfd/Alan Modra1-22/+0
2004-05-22 * merge.c (_bfd_merged_section_offset): Remove "addend" param.Alan Modra1-2/+2
2004-05-11bfd/Jakub Jelinek1-5/+36
2004-05-03 * elf.c (_bfd_elf_rela_local_sym): Set kept_section for excludedAlan Modra1-9/+23
2004-04-30 * elflink.c (elf_gc_mark): Follow indirect and warning syms.Alan Modra1-0/+3
2004-04-21 * elflink.c (elf_gc_mark_dynamic_ref_symbol): New function.Eric Botcazou1-5/+37
2004-04-15 * elflink.c (_bfd_elf_merge_symbol): Treat weak as strong onlyAlan Modra1-9/+13
2004-04-08 * elflink.c: Include libiberty.h.Richard Sandiford1-0/+1
2004-03-27 * Makefile.am: Remove all mention of elflink.h.Alan Modra1-21/+3564
2004-03-26 * elf64-ppc.c (elf_backend_add_symbol_hook): Define.Alan Modra1-1/+1
2004-03-26 * elfxx-target.h (bfd_elfNN_bfd_link_add_symbols): Define.Alan Modra1-13/+1334
2004-03-25bfd/Alan Modra1-0/+1228
2004-03-19 * elflink.c (_bfd_elf_merge_symbol): Revert last change. MoveAlan Modra1-53/+21
2004-03-18 * elflink.c (_bfd_elf_merge_symbol): Reinstate code to handleAlan Modra1-0/+24
2004-03-18 * elflink.c (_bfd_elf_merge_symbol): Rewrite weak symbol handling.Alan Modra1-135/+39
2004-03-16copyright date.Alan Modra1-1/+1
2004-03-16 * elflink.c (elf_link_read_relocs_from_section): Don't useAlan Modra1-11/+8
2004-03-03* elflink.c (bfd_elf_record_link_assignment): Mark undefweak andAlexandre Oliva1-0/+7
2004-02-292004-02-28 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+345
2004-02-212004-02-21 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-2/+20
2003-12-01 * elf-bfd.h (is_elf_hash_table): Take hash tab rather than info arg.Alan Modra1-7/+6
2003-11-27 * elf32-arm.h: Fix comment typos.Kazu Hirata1-5/+5
2003-11-04 * bfd-in.h (_bfd_elf_tls_setup): Declare.Alan Modra1-0/+28
2003-10-30 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Modify versionedAlan Modra1-24/+13
2003-10-22bfd/Jakub Jelinek1-68/+43