aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf
AgeCommit message (Expand)AuthorFilesLines
2020-06-30Remove x86 NaCl target supportH.J. Lu2-10/+1
2020-06-30solaris XPASS ld-elf/group1Alan Modra1-1/+1
2020-06-30Don't xfail nds32 for ld-elf/reloc-discard testAlan Modra1-1/+1
2020-06-30microblaze-linux XPASS ld-elf/var1Alan Modra1-1/+1
2020-06-23Correct bfin XPASSesAlan Modra1-17/+15
2020-06-20Remove perror from ld_assemble, ld_compile and ld_nmAlan Modra1-8/+6
2020-06-20ecoff testsuite fixesAlan Modra3-12/+12
2020-06-19ld testsuite fixes for alphaAlan Modra4-4/+4
2020-06-19Emit a warning when -z relro is unsupportedAlan Modra4-15/+14
2020-06-17ld: Suppress warning for unsupported attribute from older GCCH.J. Lu1-0/+3
2020-06-17ld: Require GCC 5 for Build pr25749-1b (-pie -fPIE)H.J. Lu1-1/+1
2020-06-16Re: Use __asm__ rather than asm in ld testsuiteAlan Modra1-2/+2
2020-06-16Use __asm__ rather than asm in ld testsuiteAlan Modra7-18/+21
2020-06-11Fix a compile time warning in the linker testsuite when compiling using clang.Nick Clifton1-3/+3
2020-06-10Fix x86 ld testsuite fails with glibc < 2.28Alan Modra4-12/+27
2020-06-10ELF: Properly handle section symbolsH.J. Lu7-0/+58
2020-06-09PR26065, ld/testsuite/ld-elf symbolic tests dl4e and dl4f failAlan Modra2-12/+6
2020-06-07ld: Pass $LFLAGS to PR ld/21703 shared testH.J. Lu1-1/+1
2020-06-07ld: Xfail pr20995 and pr20995-2 for tic6x-*-*H.J. Lu1-2/+2
2020-06-07pr11304.d: Skip tic6x-*-elfH.J. Lu1-0/+2
2020-06-06Re: PR13802, referred common symbol not UNDefinedAlan Modra1-3/+2
2020-06-04ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu4-27/+3
2020-06-04tcl global directive outside proc body does nothing (ld)Alan Modra9-36/+0
2020-06-03ld: Pass -fno-sanitize=all to tests with linkerH.J. Lu3-8/+12
2020-06-03ld: Add --export-dynamic-symbol and --export-dynamic-symbol-listFangrui Song2-0/+45
2020-06-03ld: fix ld-elf/linux-x86.exp for r/o source treeJan Beulich1-0/+2
2020-05-27PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.Hans-Peter Nilsson1-1/+1
2020-05-27ld: Add --warn-textrel and obsolete --warn-shared-textrelH.J. Lu1-1/+2
2020-05-25ld: Pass -z notext to linker for tests with DT_TEXTRELH.J. Lu3-3/+3
2020-05-24ld: Handle --dynamic-list* before -Bsymbolic -Bsymbolic-functionsFangrui Song2-3/+15
2020-04-30Add generic tests for linker support of the -shared or -pie options to tests ...Nick Clifton75-75/+75
2020-04-18ld: Don't xfail ld-elf/warn[12] on 64-bit Solaris/SPARCRainer Orth2-2/+0
2020-04-18elf: Don't use .set for alpha targetH.J. Lu2-0/+5
2020-04-17 Commit: Running the linker testsuite with clangNick Clifton1-0/+1
2020-04-14readelf: Consolidate --syms --use-dynamic with --dyn-symsH.J. Lu2-5/+5
2020-04-09ld: Fix pr22269-1 on 32-bit Solaris/SPARCRainer Orth1-1/+1
2020-04-02linux-x86.exp: Compile with -I../bfdH.J. Lu1-5/+5
2020-04-01x86: Only allow S + A relocations against absolute symbolH.J. Lu25-0/+444
2020-03-28ld: Set COMMONPAGESIZE for i386 SolarisH.J. Lu1-2/+2
2020-03-27ld: Xfail pr20995-2 tests for SolarisH.J. Lu1-2/+2
2020-03-25h8300-linux ld testsuiteAlan Modra78-20/+79
2020-03-24bfd: Display symbol version for nm -DH.J. Lu1-0/+9
2020-03-14non-contiguous elf testAlan Modra1-2/+1
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon3-0/+97
2020-03-13x86: Check static link of dynamic objectsH.J. Lu2-4/+30
2020-02-07Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov2-0/+9
2020-02-07pr25022.d: Xfail more targets without ldelf_before_place_orphansH.J. Lu1-2/+3
2020-02-06ELF: Discard a section if any of its linked-to sections has been discardedH.J. Lu3-0/+21
2020-02-06ld: Issue an error for GC on __patchable_function_entries sectionH.J. Lu2-0/+12
2020-02-06ELF: Support the section flag 'o' in .section directiveH.J. Lu25-0/+313