summaryrefslogtreecommitdiff
path: root/bfd/elflink.c
Commit message (Expand)AuthorAgeFilesLines
* Don't attach linker created section to --just-syms bfdAlan Modra2017-06-261-4/+36
* Fixing linking configure generated tests of ifunc support.Nick Clifton2017-06-161-1/+1
* Rewrite __start and __stop symbol handlingAlan Modra2017-06-161-5/+25
* Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu2017-06-131-82/+36
* Prevent a call to abort when a relocatable link encounters a relocation again...Nick Clifton2017-06-131-4/+19
* ld: Allow section groups to be resolved as part of a relocatable linkAndrew Burgess2017-06-061-2/+4
* bfd: remove unused local variable in elflink.c:init_reloc_cookie_relsJose E. Marchesi2017-06-061-4/+0
* ELF/BFD: Hold the number of internal static relocs in `->reloc_count'Maciej W. Rozycki2017-06-061-10/+8
* garbage collect debug sections when no alloc sections are keptAlan Modra2017-05-191-3/+5
* Don't compare boolean values against TRUE or FALSEAlan Modra2017-05-181-5/+5
* Mark debug sections referenced by kept debug sectionsH.J. Lu2017-05-171-28/+54
* Rename non_ir_ref to non_ir_ref_regularAlan Modra2017-05-161-1/+1
* non_ir_ref_dynamicAlan Modra2017-05-161-5/+6
* Make import libraries relocatable objectsThomas Preud'homme2017-05-081-1/+2
* PR 21384, --dynamic-list regression with f02cb058Alan Modra2017-05-031-3/+9
* Edit .eh_frame symbolsAlan Modra2017-04-271-1/+9
* Clear dynstr_index when forcing symbols localAlan Modra2017-04-271-1/+2
* PR ld/21334: Always call `_bfd_elf_link_renumber_dynsyms' if requiredMaciej W. Rozycki2017-04-261-11/+23
* ELF/BFD: Limit `_bfd_elf_link_renumber_dynsyms' call in section GCMaciej W. Rozycki2017-04-261-1/+2
* Require --no-dynamic-linker with -static -E/--dynamic-listH.J. Lu2017-04-211-0/+1
* ELF/LD: Always consider STB_LOCAL symbols localMaciej W. Rozycki2017-04-201-9/+9
* Handle symbol defined in IR and referenced in DSOH.J. Lu2017-04-201-0/+6
* Implement -z dynamic-undefined-weakAlan Modra2017-04-191-0/+18
* Put soname in the version definition sectionH.J. Lu2017-04-171-12/+12
* Undo dynamic symbol state after regular object sym type mismatchAlan Modra2017-04-171-13/+40
* Wrap long linesAlan Modra2017-04-131-3/+2
* Rewrite bfd error handlerAlan Modra2017-04-131-22/+22
* ELF: Check ELF_COMMON_DEF_P for common symbolsH.J. Lu2017-04-071-5/+2
* Fix null pointer dereferences when using a link built with clang.Nick Clifton2017-04-041-14/+21
* Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra2017-02-281-5/+4
* PR ld/20828: Move symbol version processing ahead of GC symbol sweepMaciej W. Rozycki2017-02-221-335/+354
* Alpha executables segfault when linked with -z,nowAlan Modra2017-02-201-15/+31
* BFD: Wrap overlong error handler call line in `elf_gc_sweep'Maciej W. Rozycki2017-02-021-1/+2
* PR ld/20828: Reorder the symbol sweep stage of section GCMaciej W. Rozycki2017-01-241-51/+54
* PR ld/20828: Fix linker script symbols wrongly forced local with section GCMaciej W. Rozycki2017-01-181-3/+8
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* link_hash_copy_indirect and symbol flagsAlan Modra2016-12-291-10/+7
* Use dynrelro for symbols in relro sections tooAlan Modra2016-12-281-0/+16
* dynrelro section for read-only dynamic symbols copied into executableAlan Modra2016-12-261-0/+26
* Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra2016-12-261-1/+3
* Implement and document --gc-keep-exportedfincs2016-12-161-1/+2
* Linking non-ELF file broken by PR20908 fixAlan Modra2016-12-151-28/+23
* PR20932, Internal error during record link assignmentAlan Modra2016-12-081-5/+5
* Fix internal error in the linker by replacing a call to abort with an error m...Nick Clifton2016-12-071-2/+5
* Fix seg-fault in linker when passed a corrupt binary input file.Nick Clifton2016-12-021-0/+6
* Properly hide hidden versioned symbol in executableH.J. Lu2016-11-281-28/+27
* elf_backend_dtrel_excludes_pltAlan Modra2016-11-231-33/+39
* Delete duplicate target short-cuts to dynamic sectionsAlan Modra2016-11-231-2/+1
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-1/+38
* Always descend into output section statements in lang_do_assignmentsAlan Modra2016-10-111-1/+2