aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Fix --enable-new-dtags config supportAlan Modra4-4/+4
2017-06-02x86: Remove linker option: -z prefix-nopH.J. Lu2-22/+2
2017-06-01PPC64_OPT_LOCALENTRYAlan Modra3-4/+4
2017-05-19x86: Add GC testcases with property sectionsH.J. Lu10-0/+94
2017-05-18Treat a prefix of "$SYSROOT" in the same way as "=" when parsing linker searc...Nick Clifton1-1/+8
2017-05-18pr20882 testcaseAlan Modra4-13/+3
2017-05-17Mark debug sections referenced by kept debug sectionsH.J. Lu5-0/+38
2017-05-16Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5acH.J. Lu1-18/+22
2017-05-16Run PR ld/21481 tests only if IFUNC is supportedH.J. Lu1-18/+18
2017-05-15MIPS16e2: Add new MIPS16e2 relaxation GAS and LD testsMaciej W. Rozycki9-0/+150
2017-05-12x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED propertiesH.J. Lu6-0/+122
2017-05-11x86-64: Rename .plt.bnd to .plt.secH.J. Lu14-18/+18
2017-05-11x86: Generate PLT relocations for -z nowH.J. Lu16-171/+186
2017-05-10x86-64: Use .plt.bnd for IFUNC function addressH.J. Lu3-0/+82
2017-05-10[ARC] Object attributes.Claudiu Zissulescu22-1/+105
2017-05-08x86-64: Improve PLT generation and synthetic PLT symbolsH.J. Lu29-91/+915
2017-05-08i386: Improve PLT generation and synthetic PLT symbolsH.J. Lu10-2/+245
2017-05-08Make import libraries relocatable objectsThomas Preud'homme2-1/+11
2017-05-04Fix PR21404 - assertion fail when calculating symbol sizeSenthil Kumar Selvaraj16-0/+197
2017-05-03MIPS16/GAS: Relax 32-bit non-PIC PC-relative synthetic instructionsMaciej W. Rozycki9-0/+155
2017-05-03Adjust testsuite/ld-elf/pr21384.dH.J. Lu1-0/+1
2017-05-03MIPS16/GAS: Fix absolute references with PC-relative synthetic instructionsMaciej W. Rozycki10-0/+70
2017-05-02x86: Add -Wl,--no-as-needed to some TLS testsH.J. Lu2-3/+3
2017-05-02Add a test for PR ld/21384H.J. Lu4-0/+39
2017-05-01x86: Run GNU2 TLS tests with working GNU2 TLS supportH.J. Lu3-0/+74
2017-04-28x86: Add run-time tests for -mtls-dialect=gnu2H.J. Lu7-0/+212
2017-04-28ELF: Add run-time tests for -z nowH.J. Lu4-0/+291
2017-04-27x86: Create dynamic sections in create_dynamic_sectionsH.J. Lu2-3/+7
2017-04-26x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocationH.J. Lu4-0/+22
2017-04-26PR ld/21334: Always call `_bfd_elf_link_renumber_dynsyms' if requiredMaciej W. Rozycki5-0/+60
2017-04-24x86-64: Force symbol dynamic if it isn't undefined weakH.J. Lu2-1/+8
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-24ld: fix regressions with rett instructions in sparc tests.Jose E. Marchesi3-3/+3
2017-04-21i386: Avoid dynamic symbol with GOT reference in PIEH.J. Lu1-5/+0
2017-04-21Require --no-dynamic-linker with -static -E/--dynamic-listH.J. Lu8-7/+18
2017-04-20Skip PIE indirect5 and indirect6 tests on i386H.J. Lu1-8/+15
2017-04-20MIPS/LD/testsuite: Join `__ehdr_start' testsMaciej W. Rozycki1-2/+1
2017-04-20Handle symbol defined in IR and referenced in DSOH.J. Lu3-0/+33
2017-04-19x86-64: Handle undefined IFUNC symbol with -z nowH.J. Lu1-0/+8
2017-04-19Implement -z dynamic-undefined-weakAlan Modra1-28/+75
2017-04-17Put soname in the version definition sectionH.J. Lu5-0/+37
2017-04-17Undo dynamic symbol state after regular object sym type mismatchAlan Modra6-0/+115
2017-04-10PR21287, Inconsistent section type for .init_array and .init_array.42Alan Modra3-14/+14
2017-04-10Clean elfvsb files left over from previous runsAlan Modra1-2/+8
2017-04-07Use NOPIE_CFLAGS and NOPIE_LDFLAGS to disable PIEH.J. Lu1-1/+3
2017-04-07ELF: Check ELF_COMMON_DEF_P for common symbolsH.J. Lu1-1/+1
2017-04-07Fix failure in x86_64 linker tests when compiling with a PIE enabled compiler.Nick Clifton1-1/+1
2017-04-07Tweak MBIND ld test for ARM.Alan Modra1-4/+4
2017-04-07pe/coff: handle weak defined symbol for gc-sections.Tristan Gingold3-0/+29