aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2016-09-20ld: Fix mistake in ChangeLogAndrew Burgess1-1/+1
2016-09-20ld: Extend documentation for EXCLUDE_FILEAndrew Burgess2-0/+20
2016-09-14Fix ld --gc-section segfault with ARMv8-M entry function in absolute sectionThomas Preud'homme3-0/+18
2016-09-14[ARC] Fix parsing dtpoff relocation expression.Claudiu Zissulescu6-0/+60
2016-09-14Add support for disabling automatic generation of .eh_frame_hdr sections in E...Nick Clifton5-11/+38
2016-09-06Resolve size relocation with copy relocationH.J. Lu4-0/+30
2016-09-06Do not pass host compiler sanitization flags on to linker testsuite.Nick Clifton3-4/+21
2016-09-06Fix PR ld/20545 - relaxation bugs in avr backendSenthil Kumar Selvaraj5-0/+51
2016-09-02Limit pr20513c/pr20513d to Linux and GNU targetsH.J. Lu3-0/+8
2016-09-01Add tests for PR ld/20513H.J. Lu9-0/+84
2016-08-31Ignore symbols defined in SHF_EXCLUDE sectionsAlan Modra2-0/+11
2016-08-31Adjust VLE testsuiteAlan Modra6-107/+105
2016-08-30Made tests to XFAIL for arc*-*-elf*.Cupertino Miranda3-0/+7
2016-08-29Run PR ld/19784 tests only if ifunc attribute worksH.J. Lu2-38/+52
2016-08-29i386: Issue an error on non-PIC call to IFUNC in PIC objectH.J. Lu13-44/+79
2016-08-26Reduce parameter list in bfd_elf32_arm_target_relocsThomas Preud'homme2-62/+72
2016-08-26Dynamic TLS GOT entries would not be relocated.Cupertino Miranda3-0/+25
2016-08-26Content for TLS_IE_GOT not written to .got.Cupertino Miranda3-0/+24
2016-08-26Add support for stable secure gateway veneers addressesThomas Preud'homme13-3/+187
2016-08-25powerpc ld configureAlan Modra2-32/+74
2016-08-23Fix duplicate FAILs from ld testsuiteAlan Modra2-10/+9
2016-08-19Enable relro by default for AArch64, ARM and SCORE.Nick Clifton5-0/+10
2016-08-19Place .shstrtab section after .symtab and .strtab, thus restoring monotonical...Nick Clifton101-187/+292
2016-08-18Fix thinko in new weak undefined function testAlan Modra2-1/+6
2016-08-13Correct .dynsym sh_infoAlan Modra14-13/+29
2016-08-12Add undefined weak function testsAlan Modra4-45/+91
2016-08-11Fix ERROR: target-cc does not existAlan Modra2-6/+16
2016-08-11Avoid testsuite errors about missing compilers.Nick Clifton2-1/+11
2016-08-11PR ld/15428: MIPS/LD/testsuite: Un-KFAIL `__ehdr_start' test 2Maciej W. Rozycki2-3/+6
2016-08-10MIPS/LD/testsuite: Verify microMIPS LA25 stub generationMaciej W. Rozycki8-0/+196
2016-08-09Skip LTO tests for --disable-pluginH.J. Lu2-3/+35
2016-08-09Support -pie for arm*-eabi targets.Roland McGrath2-0/+5
2016-08-05Add missing ChangLog enrtryH.J. Lu1-0/+7
2016-08-042016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>Thomas Preud'homme7-1/+125
2016-08-042016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>Thomas Preud'homme9-0/+204
2016-08-02Fix SH GOT allocation in the presence of linker garbage collection.Nick Clifton8-1/+40
2016-07-27MIPS/GAS: Implement microMIPS branch/jump compactionMaciej W. Rozycki3-16/+17
2016-07-27Restrict linker garbage collection personality test to cfi enabled targets.Nick Clifton2-2/+6
2016-07-27Fix warning in ldbuildid.c mingw32 codeIgor Kudrin2-1/+6
2016-07-26MIPS/BFD: Handle branches in PLT compression selectionMaciej W. Rozycki15-24/+547
2016-07-26Add support for creating uuid based build-id's in a MinGW32 environment.Igor Kudrin2-10/+41
2016-07-25Revise targets able to run ELF 64k section testAlan Modra2-8/+10
2016-07-22Fix segfault in ARC linker when generating got entries for local symbols.Cupertino Miranda3-0/+17
2016-07-21Set BFD_VERSION to 2.27.51H.J. Lu2-10/+14
2016-07-21Move ChangeLog entry for PR ld/20376H.J. Lu1-6/+0
2016-07-21Use variable args in run_ld_link_exec_testsAlan Modra19-37/+61
2016-07-21Fix implib test failuresAlan Modra6-20/+56
2016-07-20Check p_paddr for program header spaceH.J. Lu1-0/+6
2016-07-20Early expression evaluationAlan Modra3-55/+37
2016-07-19Support -pie for aarch64*-elf targets.Roland McGrath3-1/+10