aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386
AgeCommit message (Expand)AuthorFilesLines
2017-10-12ld: Update tests for warning of "-z dynamic-undefined-weak ignored"H.J. Lu3-0/+3
2017-10-11x86: Run PR ld/19636 tests with -z dynamic-undefined-weakH.J. Lu6-0/+74
2017-09-14x86: Cache section contents and relocationsH.J. Lu3-0/+24
2017-09-09x86: Properly handle __ehdr_startH.J. Lu6-0/+49
2017-09-01x86: Correct unwind information for the second PLTH.J. Lu9-13/+192
2017-08-26Disallow copy relocation against protected data symbolH.J. Lu4-0/+153
2017-08-24ld: Replace regexp with string matchH.J. Lu1-2/+2
2017-08-24x86-64: Check relocations with -z nocopyrelocH.J. Lu4-0/+133
2017-08-23x86: Clear extern_protected_data for GNU_PROPERTY_NO_COPY_ON_PROTECTEDH.J. Lu3-0/+45
2017-08-13ld: Restore linker scripts in PR ld/21884 testsH.J. Lu5-0/+27
2017-08-13Fix i686-nacl and x86_64-nacl pr21884 failuresAlan Modra1-4/+0
2017-08-11Add 2 more tests for PR ld/21884H.J. Lu3-0/+21
2017-08-08ld: Require GCC 5 or above for 3 x86 testsH.J. Lu1-9/+13
2017-08-07Support different ld --hash-style in the ld testsuiteAlan Modra12-39/+38
2017-07-17i386: Add tests for PIE with undefined weak symbolH.J. Lu4-0/+42
2017-06-22i386: Add hidden weak undefined testsH.J. Lu2-0/+42
2017-06-22Pass $NOPIE_CFLAGS/$NOPIE_LDFLAGS to "Run pr19031"H.J. Lu1-1/+2
2017-06-22Pass $NOPIE_CFLAGS and $NOPIE_LDFLAGS to more ELF testsH.J. Lu2-16/+19
2017-06-22x86: Support Intel Shadow Stack with SHSTK propertyH.J. Lu9-0/+95
2017-06-22x86: Support Intel IBT with IBT property and IBT-enable PLTH.J. Lu24-0/+644
2017-06-19Check the DYNAMIC bit for input shared objectsH.J. Lu1-0/+18
2017-06-02x86: Remove linker option: -z prefix-nopH.J. Lu1-11/+1
2017-05-19x86: Add GC testcases with property sectionsH.J. Lu5-0/+47
2017-05-12x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED propertiesH.J. Lu3-0/+61
2017-05-11x86: Generate PLT relocations for -z nowH.J. Lu4-22/+20
2017-05-08i386: Improve PLT generation and synthetic PLT symbolsH.J. Lu6-2/+107
2017-05-02x86: Add -Wl,--no-as-needed to some TLS testsH.J. Lu1-2/+2
2017-05-01x86: Run GNU2 TLS tests with working GNU2 TLS supportH.J. Lu1-0/+5
2017-04-28x86: Add run-time tests for -mtls-dialect=gnu2H.J. Lu3-0/+85
2017-04-28ELF: Add run-time tests for -z nowH.J. Lu1-0/+53
2017-04-26x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocationH.J. Lu2-0/+11
2017-04-24i386: Skip pr12570 tests for nacl targetsH.J. Lu2-0/+2
2017-04-24i386: Set ELF_MAXPAGESIZE to 0x1000 for VxWorksH.J. Lu1-1/+1
2017-04-21Require --no-dynamic-linker with -static -E/--dynamic-listH.J. Lu1-1/+1
2017-04-03ld: Support ELF GNU program propertiesH.J. Lu18-0/+511
2017-02-15i386: Allow "lea foo@GOT, %reg" in PICH.J. Lu3-0/+65
2017-02-15Add a test for R_386_GOT32/R_386_GOT32X IFUNC reloc errorH.J. Lu5-0/+46
2017-01-10i386/x86-64: Add unwind info for .plt.got sectionH.J. Lu3-0/+69
2017-01-10i386: Pass -Wl,-R,tmpdir/-Wl --as-needed to $CCH.J. Lu2-5/+5
2017-01-02Update year range in copyright notice of all files.Alan Modra4-4/+4
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton1-0/+5
2016-10-12Update more tests for objdump changeAlan Modra2-2/+2
2016-10-11Enhance objdump so that it will use .got, .plt and .plt.got section symbols w...Nick Clifton8-18/+18
2016-08-29i386: Issue an error on non-PIC call to IFUNC in PIC objectH.J. Lu3-0/+16
2016-08-19Place .shstrtab section after .symtab and .strtab, thus restoring monotonical...Nick Clifton19-22/+23
2016-07-21Use variable args in run_ld_link_exec_testsAlan Modra3-6/+6
2016-06-18Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu22-30/+500
2016-06-16Don't check undefined symbol for IFUNC relocH.J. Lu3-4/+23
2016-06-15X86: Add tests for static function pointerH.J. Lu14-6/+54
2016-06-13Add the GOT base for GOT32 relocs against IFUNCH.J. Lu11-0/+219