aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386
AgeCommit message (Expand)Author
2017-07-17i386: Add tests for PIE with undefined weak symbolH.J. Lu
2017-06-22i386: Add hidden weak undefined testsH.J. Lu
2017-06-22Pass $NOPIE_CFLAGS/$NOPIE_LDFLAGS to "Run pr19031"H.J. Lu
2017-06-22Pass $NOPIE_CFLAGS and $NOPIE_LDFLAGS to more ELF testsH.J. Lu
2017-06-22x86: Support Intel Shadow Stack with SHSTK propertyH.J. Lu
2017-06-22x86: Support Intel IBT with IBT property and IBT-enable PLTH.J. Lu
2017-06-19Check the DYNAMIC bit for input shared objectsH.J. Lu
2017-06-02x86: Remove linker option: -z prefix-nopH.J. Lu
2017-05-19x86: Add GC testcases with property sectionsH.J. Lu
2017-05-12x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED propertiesH.J. Lu
2017-05-11x86: Generate PLT relocations for -z nowH.J. Lu
2017-05-08i386: Improve PLT generation and synthetic PLT symbolsH.J. Lu
2017-05-02x86: Add -Wl,--no-as-needed to some TLS testsH.J. Lu
2017-05-01x86: Run GNU2 TLS tests with working GNU2 TLS supportH.J. Lu
2017-04-28x86: Add run-time tests for -mtls-dialect=gnu2H.J. Lu
2017-04-28ELF: Add run-time tests for -z nowH.J. Lu
2017-04-26x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocationH.J. Lu
2017-04-24i386: Skip pr12570 tests for nacl targetsH.J. Lu
2017-04-24i386: Set ELF_MAXPAGESIZE to 0x1000 for VxWorksH.J. Lu
2017-04-21Require --no-dynamic-linker with -static -E/--dynamic-listH.J. Lu
2017-04-03ld: Support ELF GNU program propertiesH.J. Lu
2017-02-15i386: Allow "lea foo@GOT, %reg" in PICH.J. Lu
2017-02-15Add a test for R_386_GOT32/R_386_GOT32X IFUNC reloc errorH.J. Lu
2017-01-10i386/x86-64: Add unwind info for .plt.got sectionH.J. Lu
2017-01-10i386: Pass -Wl,-R,tmpdir/-Wl --as-needed to $CCH.J. Lu
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton
2016-10-12Update more tests for objdump changeAlan Modra
2016-10-11Enhance objdump so that it will use .got, .plt and .plt.got section symbols w...Nick Clifton
2016-08-29i386: Issue an error on non-PIC call to IFUNC in PIC objectH.J. Lu
2016-08-19Place .shstrtab section after .symtab and .strtab, thus restoring monotonical...Nick Clifton
2016-07-21Use variable args in run_ld_link_exec_testsAlan Modra
2016-06-18Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu
2016-06-16Don't check undefined symbol for IFUNC relocH.J. Lu
2016-06-15X86: Add tests for static function pointerH.J. Lu
2016-06-13Add the GOT base for GOT32 relocs against IFUNCH.J. Lu
2016-06-13Add 2 i386 tests to call IFUNC functions via GOTH.J. Lu
2016-06-11Subtract GOT base only with a base registerH.J. Lu
2016-06-08i386: Test external function reference without PLTH.J. Lu
2016-06-08Support i386 TLS code sequences without PLTH.J. Lu
2016-06-03Update x86 linker tests for --disable-x86-relax-relocationsH.J. Lu
2016-05-19Don't convert R_386_GOT32 relocationH.J. Lu
2016-05-06Test load conversion with symbol versioning for x86H.J. Lu
2016-04-11Properly handle dynamic reloc against normal symbolH.J. Lu
2016-04-04Add missing pr19827-nacl.rd for i386/x86-64 NaClH.J. Lu
2016-03-15Bind defined symbol locally in PIEH.J. Lu
2016-03-13Add more tests for PR ld/19539H.J. Lu
2016-03-08Handle local IFUNC symbols in shared objectH.J. Lu
2016-03-07Support --as-needed in i386/x86-64 testsH.J. Lu
2016-03-06Link tmpdir/copyreloc-main.o before tmpdir/copyreloc-lib.soH.J. Lu