aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2020-06-22RISC-V: Report warning when linking the objects with different priv specs.Nelson Chu7-6/+63
2020-06-21Do without ld ENABLE_PLUGINSAlan Modra16-124/+106
2020-06-20Remove perror from ld_assemble, ld_compile and ld_nmAlan Modra21-76/+99
2020-06-20ecoff testsuite fixesAlan Modra6-25/+33
2020-06-20SH gas configure and ld testsAlan Modra2-66/+71
2020-06-19Re: ld testsuite fixes for alphaAlan Modra4-3/+6
2020-06-19ld testsuite fixes for alphaAlan Modra9-11/+22
2020-06-19Emit a warning when -z relro is unsupportedAlan Modra12-23/+71
2020-06-17ld: Suppress warning for unsupported attribute from older GCCH.J. Lu2-0/+8
2020-06-17ld: Require GCC 5 for Build pr25749-1b (-pie -fPIE)H.J. Lu2-1/+6
2020-06-16Re: Use __asm__ rather than asm in ld testsuiteAlan Modra3-3/+5
2020-06-16Use __asm__ rather than asm in ld testsuiteAlan Modra29-72/+107
2020-06-16Really remove tic30-aout supportAlan Modra9-65/+15
2020-06-15xtensa: allow runtime ABI selectionMax Filippov3-5/+69
2020-06-15gold, ld: Implement -z start-stop-visibility=... option.Roland McGrath5-0/+41
2020-06-15Unnecessary load_lib in ld testsuiteAlan Modra7-18/+10
2020-06-15PR26103 testcaseAlan Modra7-9/+61
2020-06-15ld-linkonce testAlan Modra4-10/+18
2020-06-11Run certain ld-plugun lto tests only for ELFAlan Modra2-25/+31
2020-06-11Fix a compile time warning in the linker testsuite when compiling using clang.Nick Clifton2-3/+8
2020-06-10Fix x86 ld testsuite fails with glibc < 2.28Alan Modra6-20/+41
2020-06-10ELF: Properly handle section symbolsH.J. Lu8-0/+69
2020-06-09IFUNC: Update IFUNC resolver check with DT_TEXTRELH.J. Lu17-4/+138
2020-06-09PR26065, ld/testsuite/ld-elf symbolic tests dl4e and dl4f failAlan Modra3-12/+13
2020-06-07ld: Pass $LFLAGS to PR ld/21703 shared testH.J. Lu2-1/+6
2020-06-07ld: Xfail pr20995 and pr20995-2 for tic6x-*-*H.J. Lu2-2/+7
2020-06-07pr11304.d: Skip tic6x-*-elfH.J. Lu2-0/+6
2020-06-06Re: PR13802, referred common symbol not UNDefinedAlan Modra2-3/+6
2020-06-06ld -plugin options when plugins are disabledAlan Modra3-1/+13
2020-06-05RISC-V: The object without priv spec attributes can be linked with any object.Nelson Chu13-1/+85
2020-06-05RISC-V: Don't generate the ELF privilege attributes when no CSR are used.Nelson Chu11-27/+15
2020-06-04ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu5-27/+11
2020-06-04tcl global directive outside proc body does nothing (ld)Alan Modra38-111/+41
2020-06-04ld-dynamic test fixesAlan Modra6-8/+31
2020-06-04ld testsuite fails with default-PIE compilerAlan Modra3-3/+9
2020-06-03ld: Pass -fno-sanitize=all to tests with linkerH.J. Lu14-32/+121
2020-06-03ld: Add --export-dynamic-symbol and --export-dynamic-symbol-listFangrui Song22-9/+341
2020-06-03ld: fix ld-elf/linux-x86.exp for r/o source treeJan Beulich2-0/+7
2020-05-28Have the linker fail if any attempt to link in an executable is made.Nick Clifton2-2/+14
2020-05-28Stop the linker from accepting executable ELF files as inputs to other links.Nick Clifton2-0/+13
2020-05-28ld: Mention --enable-textrel-check=yes is default for Linux/x86 targetsH.J. Lu2-3/+5
2020-05-28ld: Enable --warn-textrel by default for Linux/x86 targetsH.J. Lu2-1/+9
2020-05-28ld: Add --enable-textrel-check=[no|yes|warning|error]H.J. Lu7-3/+98
2020-05-28Linker: Remove support for -Map= with an empty argument.Nick Clifton4-18/+29
2020-05-27PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.Hans-Peter Nilsson2-1/+6
2020-05-27 [PATCH] allow empty string as argument to -MapNick Clifton5-2/+76
2020-05-27ld: Add --warn-textrel and obsolete --warn-shared-textrelH.J. Lu8-22/+60
2020-05-26ld: Skip some x86 ifunc tests for lynxos and ntoH.J. Lu4-0/+9
2020-05-25ld-x86-64: Pass -z notext to linker for tests with DT_TEXTRELH.J. Lu2-2/+6
2020-05-25ld: Pass -z notext to linker for tests with DT_TEXTRELH.J. Lu35-49/+101