aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-19MIPS: Convert cross-mode BAL to JALXMaciej W. Rozycki23-102/+306
2016-07-19MIPS: Verify the ISA mode and alignment of branch and jump targetsMaciej W. Rozycki18-42/+923
2016-07-19ld: Restore file offset after a plugin fails to claim a fileAndrew Burgess5-1/+90
2016-07-16Don't include libbfd.h outside of bfd, part 6Alan Modra2-37/+22
2016-07-16Don't include libbfd.h outside of bfd, part 4Alan Modra2-6/+11
2016-07-16Don't include libbfd.h outside of bfd, part 1Alan Modra9-37/+40
2016-07-15Add support for creating ELF import librariesThomas Preud'homme14-29/+134
2016-07-15Tidy up debugging in the ARC port of the BFD library.Nick Clifton2-1/+8
2016-07-14MIPS/GAS: Don't convert PC-relative REL relocs against absolute symbolsMaciej W. Rozycki2-0/+13
2016-07-14MIPS/GAS: Keep the ISA bit in the addend of branch relocationsMaciej W. Rozycki8-0/+83
2016-07-14BFD: Let targets handle relocations against absolute symbolsMaciej W. Rozycki14-0/+178
2016-07-14[ARC] Fix/improve small data support.Claudiu Zissulescu7-1/+108