aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Run eh_frame optimisation for relocatable linkAlan Modra2-2/+6
2014-10-04Discard zero address range eh_frame FDEsAlan Modra10-14/+30
2014-09-22Find lto plugin when using gcc-5.0Alan Modra2-1/+9
2014-09-16Make the linker return an error status if it fails to merge ARM binaries withTerry Guo5-0/+39
2014-09-16NDS32: Code refactoring of relaxation.Kuan-Lin Chen2-111/+28
2014-09-15Add support for MIPS R6.Andrew Bennett2-1/+8
2014-09-12Add mips*-img-elf* target triple.Andrew Bennett4-3/+13
2014-09-11Move ELF section headers to end of object fileAlan Modra31-42/+76
2014-09-08Change pe/coff build-id section name to '.buildid'Jon TURNEY3-10/+16
2014-09-06MIPS testsuite cleanup - part 4Matthew Fortune62-276/+329
2014-08-29Fix testsuite ld_simple_link_defsyms for windows targetsAlan Modra2-2/+7
2014-08-27Use bfd_is_abs_section to check discarded input sectionH.J. Lu7-0/+41
2014-08-27Don't attach dynamic sections to input from ld --just-symbolsH.J. Lu3-0/+14
2014-08-26[AArch64] Improve copy relocation support on four absolute relocation typesJiong Wang9-0/+53
2014-08-26Fix linker testsuite failures for Aarch64.Nick Clifton5-49/+56
2014-08-22Power/GAS: Don't set VLE annotation for non-VLE processors/instructionsMaciej W. Rozycki5-5/+24
2014-08-22 * emulparams/armelf_fbsd.sh (TEXT_START_ADDR): Increase alignment to 64kB...Andreas Tobler2-0/+8
2014-08-22Index PowerPC64 linker generated .eh_frame in .eh_frame_hdrAlan Modra2-14/+20
2014-08-21bfd/ChangeLogTerry Guo9-0/+178
2014-08-20ARM/ld: Correct macro formatting in armelf.emMaciej W. Rozycki2-3/+8
2014-08-20Fix PR ld/17277: bogus dynamic relocs and TEXTREL for ARM PC-relative relocsRoland McGrath4-0/+52
2014-08-20ARM: Add support for armeb-*-eabi*Will Newton2-1/+6
2014-08-20Enabling the HIGH_ENTROPY_VA flag allows the operating system to useNick Clifton3-0/+17
2014-08-20Add copyright notice to linker script files.Nick Clifton90-58/+1203
2014-08-19Fix --diable-shared --enable-plugins build breakageAlan Modra2-0/+62
2014-08-18LTO plugin with older gccAlan Modra2-1/+5
2014-08-18PR 17287, DT_NEEDED of unneeded libraries affects --as-neededAlan Modra5-2/+32
2014-08-18Return error status from bfd_elf_discard_info.Alan Modra10-28/+94
2014-08-14Linker part of PR16563 fixAlan Modra5-7/+53
2014-08-14configury changes to make ld plugin support controlled by --enable-pluginsAlan Modra4-881/+858
2014-08-14Simplify is_ir_dummy_bfd testAlan Modra2-8/+8
2014-08-13This is necessary for adding __cxa_atexit support for Cygwin in GCC withoutYaakov Selkowitz2-0/+6
2014-08-13Fix non-ELF build breakageAlan Modra2-2/+6
2014-08-12Tighten test for ld plugin supportAlan Modra2-1/+5
2014-08-12Fix build breakage when ld plugins disabledAlan Modra5-16/+14
2014-08-12Change ld "notice" interface for better handling of indirect symbolsAlan Modra3-17/+28
2014-08-12missing changelogAlan Modra1-0/+4
2014-08-12Fix non-plugin warning symbol handlingAlan Modra1-0/+1
2014-08-08 * ldlang.h (struct lang_input_statement_flags): Add pushedUlrich Drepper5-0/+67
2014-08-07Don't issue a warning for references in LTO IR to warning symbolsH.J. Lu6-0/+59
2014-08-06PR14918, lto always links in libgcc_s.soAlan Modra2-0/+16
2014-08-06Allow lto tests to run with older compilersAlan Modra3-268/+321
2014-08-05Regen ld/Makefile.inAlan Modra2-1/+5
2014-08-01Fix PR10373 which is SH relax bug.Kaz Kojima3-3/+15
2014-08-01Fix PR10378 which is SH relax bug.Kaz Kojima3-0/+42
2014-07-29[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensionsMatthew Fortune165-186/+2013
2014-07-27Add moxiebox targetAnthony Green5-0/+28
2014-07-17or1k: increase linux TEXT_START_ADDR to 0x2000Stefan Kristiansson2-0/+6
2014-07-16Properly match PLT entry against .got.plt relocationH.J. Lu9-5/+218
2014-07-15Update elf_i386_compute_jump_table_sizeH.J. Lu4-0/+20