aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-01Create a PLT entry for R_X86_64_PC32 in non-code sectionsH.J. Lu5-0/+53
2015-10-01Update ld-x86-64/pr19013-nacl.dAlan Modra1-1/+1
2015-10-01Revert "Also check e_machine when merging sections"Alan Modra1-1/+1
2015-09-30Pass -m elf_x86_64 to ld for 64-bit testH.J. Lu1-1/+1
2015-09-30Also check e_machine when merging sectionsH.J. Lu5-0/+34
2015-09-01Skip PLT for function pointer initializationH.J. Lu8-16/+94
2015-08-13Issue an error for read-only segment with dynamic IFUNC relocationsH.J. Lu3-0/+19
2015-08-12Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu3-0/+25
2015-07-27Add $PLT_CFLAGS to -fPIC for run_cc_link_testsH.J. Lu2-23/+57
2015-06-24Keep .plt section and DT_PLTGOT for prelinkH.J. Lu3-2/+13
2015-05-16Don't generate PLT relocations for now bindingH.J. Lu2-0/+28
2015-05-15Support AMD64/Intel ISAs in assembler/disassemblerH.J. Lu3-4/+4
2015-05-12Allocate the first .plt entry space only if neededH.J. Lu3-0/+15
2015-05-09Ignore 0x66 prefix for call/jmp/jcc in 64-bit modeH.J. Lu2-6/+6
2015-04-22Rewrite relro adjusting codeAlan Modra1-1/+1
2015-04-20Don't hardcode offset of .shstrtab sectionH.J. Lu3-3/+3
2015-04-14Add -z noextern-protected-data to ld for ELF/x86H.J. Lu2-0/+7
2015-04-11Replace SYMBOLIC_BIND with SYMBOL_REFERENCES_LOCALH.J. Lu6-1/+25
2015-04-10Check GOTOFF reloc against protected data on x86H.J. Lu6-0/+42
2015-04-10Add extern_protected_data and set it for x86H.J. Lu7-2/+29
2015-04-10Revert "Add extern_protected_data and set it for x86"Alan Modra7-29/+2
2015-04-01Add a testcase for PR ld/18176H.J. Lu4-0/+101
2015-03-27Don't run ld-x86-64/pr18160.d for x86_64-*-nacl*H.J. Lu1-0/+1
2015-03-26Skip gc-sections if relocation is incompatibleH.J. Lu4-0/+39