aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64
AgeCommit message (Expand)AuthorFilesLines
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton1-0/+5
2016-11-14Also check GOT PLT for R_X86_64_PLTOFF64H.J. Lu3-0/+46
2016-10-12Update more tests for objdump changeAlan Modra2-6/+6
2016-10-11Enhance objdump so that it will use .got, .plt and .plt.got section symbols w...Nick Clifton62-446/+446
2016-09-06Resolve size relocation with copy relocationH.J. Lu3-0/+22
2016-08-29Run PR ld/19784 tests only if ifunc attribute worksH.J. Lu1-38/+47
2016-08-29i386: Issue an error on non-PIC call to IFUNC in PIC objectH.J. Lu4-0/+66
2016-08-19Place .shstrtab section after .symtab and .strtab, thus restoring monotonical...Nick Clifton21-32/+33
2016-07-21Use variable args in run_ld_link_exec_testsAlan Modra4-7/+7
2016-06-18Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu35-16/+573
2016-06-15X86: Add tests for static function pointerH.J. Lu9-0/+34
2016-06-12Update x86-64 no-PLT tests for x32H.J. Lu15-40/+40
2016-06-08Update test nameH.J. Lu1-1/+1
2016-06-08Support any relocation orderH.J. Lu7-23/+23
2016-06-08X86-64: Test external function reference without PLTH.J. Lu21-0/+557
2016-06-06Support x86-64 TLS code sequences without PLTH.J. Lu45-5/+2476
2016-06-03Update x86 linker tests for --disable-x86-relax-relocationsH.J. Lu1-5/+3
2016-05-13Don't convert GOTPCREL relocation against large sectionH.J. Lu5-0/+44
2016-05-06Test load conversion with symbol versioning for x86H.J. Lu4-0/+45
2016-05-05Pass --no-relax to ld in ld-x86-64/pr18591.dH.J. Lu1-1/+1
2016-04-20Add ld-x86-64/pic1 testH.J. Lu3-0/+6
2016-04-20Add ld-x86-64/pie2 testH.J. Lu3-0/+12
2016-04-20Check run-time R_X86_64_32 relocation overflowH.J. Lu4-0/+28
2016-04-19Add another testcase for PR ld/19719H.J. Lu3-0/+20
2016-04-13Update x86-64 tests for --as-neededH.J. Lu1-12/+27
2016-04-11Properly handle dynamic reloc against normal symbolH.J. Lu4-0/+23
2016-04-04Add missing pr19827-nacl.rd for i386/x86-64 NaClH.J. Lu1-0/+5
2016-03-15Bind defined symbol locally in PIEH.J. Lu4-0/+23
2016-03-15Add -z noreloc-overflow option to x86-64 ldH.J. Lu10-0/+95
2016-03-13Add more tests for PR ld/19539H.J. Lu5-0/+25
2016-03-07Support --as-needed in i386/x86-64 testsH.J. Lu1-6/+14
2016-03-06Link tmpdir/copyreloc-main.o before tmpdir/copyreloc-lib.soH.J. Lu1-6/+14
2016-02-26Optimize x86 GOT32X/GOTPCRELX relocationsH.J. Lu59-31/+722
2016-02-26Properly implement STT_COMMONH.J. Lu11-10/+125
2016-02-26[x86] Resolve non-PIC undefweak symbols in executableH.J. Lu30-6/+427
2016-02-17[x86-64] Omit dynamic sections symbolsH.J. Lu17-284/+274
2016-02-15Enhance GAS's .section directive so that it can take numeric values for the f...Nick Clifton16-48/+14
2016-02-11Enable -Bsymbolic and -Bsymbolic-functions to PIEH.J. Lu3-0/+27
2016-02-03Add -mrelax-relocations= to x86 assemblerH.J. Lu12-16/+16
2016-02-02Add a testcase for PR ld/18591H.J. Lu3-0/+21
2016-01-01Copyright update for binutilsAlan Modra5-5/+5
2015-12-04Optimize R_386_GOT32/R_386_GOT32X only if addend is 0H.J. Lu6-0/+79
2015-12-01Properly check symbol defined by assignment in linker scriptH.J. Lu4-0/+42
2015-10-29Also check GOTPCRELXH.J. Lu1-1/+1
2015-10-28Add a test for PR ld/19162H.J. Lu4-0/+15
2015-10-26Check symbol defined by assignment in linker scriptH.J. Lu4-0/+30
2015-10-26Properly convert address load of __start_XXX/__stop_XXXH.J. Lu12-0/+28
2015-10-22Add "-z call-nop=PADDING" option to ldH.J. Lu19-0/+355
2015-10-22Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu15-3/+368
2015-10-16Convert mov to lea for loading address of local common symbolH.J. Lu7-0/+9