summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64
Commit message (Expand)AuthorAgeFilesLines
* Use variable args in run_ld_link_exec_testsAlan Modra2016-07-214-7/+7
* Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu2016-06-1835-16/+573
* X86: Add tests for static function pointerH.J. Lu2016-06-159-0/+34
* Update x86-64 no-PLT tests for x32H.J. Lu2016-06-1215-40/+40
* Update test nameH.J. Lu2016-06-081-1/+1
* Support any relocation orderH.J. Lu2016-06-087-23/+23
* X86-64: Test external function reference without PLTH.J. Lu2016-06-0821-0/+557
* Support x86-64 TLS code sequences without PLTH.J. Lu2016-06-0645-5/+2476
* Update x86 linker tests for --disable-x86-relax-relocationsH.J. Lu2016-06-031-5/+3
* Don't convert GOTPCREL relocation against large sectionH.J. Lu2016-05-135-0/+44
* Test load conversion with symbol versioning for x86H.J. Lu2016-05-064-0/+45
* Pass --no-relax to ld in ld-x86-64/pr18591.dH.J. Lu2016-05-051-1/+1
* Add ld-x86-64/pic1 testH.J. Lu2016-04-203-0/+6
* Add ld-x86-64/pie2 testH.J. Lu2016-04-203-0/+12
* Check run-time R_X86_64_32 relocation overflowH.J. Lu2016-04-204-0/+28
* Add another testcase for PR ld/19719H.J. Lu2016-04-193-0/+20
* Update x86-64 tests for --as-neededH.J. Lu2016-04-131-12/+27
* Properly handle dynamic reloc against normal symbolH.J. Lu2016-04-114-0/+23
* Add missing pr19827-nacl.rd for i386/x86-64 NaClH.J. Lu2016-04-041-0/+5
* Bind defined symbol locally in PIEH.J. Lu2016-03-154-0/+23
* Add -z noreloc-overflow option to x86-64 ldH.J. Lu2016-03-1510-0/+95
* Add more tests for PR ld/19539H.J. Lu2016-03-135-0/+25
* Support --as-needed in i386/x86-64 testsH.J. Lu2016-03-071-6/+14
* Link tmpdir/copyreloc-main.o before tmpdir/copyreloc-lib.soH.J. Lu2016-03-061-6/+14
* Optimize x86 GOT32X/GOTPCRELX relocationsH.J. Lu2016-02-2659-31/+722
* Properly implement STT_COMMONH.J. Lu2016-02-2611-10/+125
* [x86] Resolve non-PIC undefweak symbols in executableH.J. Lu2016-02-2630-6/+427
* [x86-64] Omit dynamic sections symbolsH.J. Lu2016-02-1717-284/+274
* Enhance GAS's .section directive so that it can take numeric values for the f...Nick Clifton2016-02-1516-48/+14
* Enable -Bsymbolic and -Bsymbolic-functions to PIEH.J. Lu2016-02-113-0/+27
* Add -mrelax-relocations= to x86 assemblerH.J. Lu2016-02-0312-16/+16
* Add a testcase for PR ld/18591H.J. Lu2016-02-023-0/+21
* Copyright update for binutilsAlan Modra2016-01-015-5/+5
* Optimize R_386_GOT32/R_386_GOT32X only if addend is 0H.J. Lu2015-12-046-0/+79
* Properly check symbol defined by assignment in linker scriptH.J. Lu2015-12-014-0/+42
* Also check GOTPCRELXH.J. Lu2015-10-291-1/+1
* Add a test for PR ld/19162H.J. Lu2015-10-284-0/+15
* Check symbol defined by assignment in linker scriptH.J. Lu2015-10-264-0/+30
* Properly convert address load of __start_XXX/__stop_XXXH.J. Lu2015-10-2612-0/+28
* Add "-z call-nop=PADDING" option to ldH.J. Lu2015-10-2219-0/+355
* Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu2015-10-2215-3/+368
* Convert mov to lea for loading address of local common symbolH.J. Lu2015-10-167-0/+9
* Create a PLT entry for R_X86_64_PC32 in non-code sectionsH.J. Lu2015-10-015-0/+53
* Update ld-x86-64/pr19013-nacl.dAlan Modra2015-10-011-1/+1
* Revert "Also check e_machine when merging sections"Alan Modra2015-10-011-1/+1
* Pass -m elf_x86_64 to ld for 64-bit testH.J. Lu2015-09-301-1/+1
* Also check e_machine when merging sectionsH.J. Lu2015-09-305-0/+34
* Skip PLT for function pointer initializationH.J. Lu2015-09-018-16/+94
* Issue an error for read-only segment with dynamic IFUNC relocationsH.J. Lu2015-08-133-0/+19
* Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu2015-08-123-0/+25