aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
AgeCommit message (Expand)AuthorFilesLines
2015-01-20ld: Update expected test results for 32-bit hosts.Andrew Burgess3-11/+16
2015-01-20ld: Don't evaluate unneeded PROVIDE expressions.Andrew Burgess9-0/+78
2015-01-20ld/testing: run_dump_test can now check linker mapfiles.Andrew Burgess4-9/+42
2015-01-20Reorder more powerpc64 sections for -z relroAlan Modra11-114/+43
2015-01-20Fix pr17615 testcaseAlan Modra2-1/+6
2015-01-19Add a testcase for PR ld/17615H.J. Lu3-0/+19
2015-01-19Fix garbage collection of common symbolsAlan Modra11-31/+44
2015-01-16S/390: Add support for IBM z13.Andreas Krebbel2-6/+11
2015-01-15Don't complain about -fPIC for undefined symbolH.J. Lu4-0/+21
2015-01-14[ARM] Reject R_ARM_REL32 when trying to defer it to runtimeJiong Wang13-968/+283
2015-01-13[AArch64] Fix function pointer variable with -Bsymbolic-functionsJiong Wang4-0/+23
2015-01-13[AArch64] Enable overflow check for TLSLE_MOVW_TPREL_G2Jiong Wang4-0/+35
2015-01-13[AArch64] Enable overflow check for R_AARCH64_TLSLE_ADD_TPREL_HI12Jiong Wang4-0/+57
2015-01-11Only discard space for pc-relative relocs symbolsH.J. Lu5-0/+33
2015-01-08ld/x86-64: adjust pr14207 test expectationsJan Beulich2-7/+12
2015-01-07ld/testing: Extend comment on run_dump_testAndrew Burgess2-3/+9
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra148-1558/+1575
2014-12-30Assign file position for .strtab only if neededH.J. Lu3-6/+21
2014-12-26Update two sh64 ld test's expected outputAlan Modra3-2/+7
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo10-0/+29
2014-12-24AVR: Assembler now prepares for linker relaxation by default.Andrew Burgess6-7/+16
2014-12-24Yet another DEFINED testcaseAlan Modra5-0/+63
2014-12-23AVR/ld: Propagate link-relax elf header flag correctly.Andrew Burgess11-0/+117
2014-12-23Use a symbol flag bit to mark linker defined symbolsAlan Modra7-0/+52
2014-12-23Don't PROVIDE over top of common symbolsAlan Modra3-0/+19
2014-12-19Fix all failing FPXX tests for tx39-elf.Matthew Fortune16-15/+33
2014-12-19Fix undefined weak symbol reloc testsMatthew Fortune6-78/+55
2014-12-13Handle weak alias for PIE with copy relocH.J. Lu6-0/+60
2014-12-06Add Visium support to ldEric Botcazou25-5/+179
2014-12-04Sort relocs output by ld -rAlan Modra5-8/+15
2014-12-03Replace copyreloc-main.c with copyreloc-main.SH.J. Lu4-10/+25
2014-12-02X86-64: Allow copy relocs for building PIEH.J. Lu7-0/+57
2014-12-02[MIPS] When calculating a relocation using an undefined weak symbol don't che...Andrew Bennett6-0/+110
2014-12-01Add tests for PR ld/16452 and PR ld/16457H.J. Lu7-0/+42
2014-11-27Update mips tests with symbol version stringH.J. Lu7-23/+33
2014-11-25Update ld-alpha tests for securepltH.J. Lu9-154/+167
2014-11-25Display symbol version when dumping dynrelocsH.J. Lu9-4/+45
2014-11-25Optimize out i386/x86-64 JUMP_SLOT relocationH.J. Lu6-0/+107
2014-11-21Add function and function pointer tests for i386H.J. Lu13-0/+169
2014-11-21Run plt-main test with -pieH.J. Lu2-0/+14
2014-11-21Calculate ARM arch attribute after relaxationTerry Guo5-4/+13
2014-11-21Support ARM Cortex-M7Terry Guo19-0/+235
2014-11-20Don't run pr17618 test on x32H.J. Lu2-0/+5
2014-11-20Update plt-main tests for x32H.J. Lu5-6/+13
2014-11-20Add function and function pointer testsH.J. Lu13-0/+154
2014-11-20Always load function pointer into a stack variableH.J. Lu2-2/+16
2014-11-20Add ifunc-main IFUNC testsH.J. Lu5-0/+94
2014-11-20Run IFUNC run-time tests only if IFUNC is supportedH.J. Lu3-7/+68
2014-11-20Enable to link ARM object file that hasn't attribute section.Terry Guo5-0/+46
2014-11-18Check PC-relative offset overflow in PLT entryH.J. Lu4-0/+37