aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2020-08-30ld: Add $NOSANTIZE_CFLAGS to more linker testsH.J. Lu6-9/+33
2020-08-28MSP430: Fix alignment of __*_array_start symbols in default linker scriptJozef Lawrynowicz13-1/+320
2020-08-28LD: Add new %pU vfinfo format for printing linker script nameJozef Lawrynowicz2-3/+10
2020-08-28CSKY: Support attribute section.Cooper Qu5-0/+14
2020-08-28Fixes for testsuite failures introduced by the changes made for PR 19011.Nick Clifton2-1/+7
2020-08-28mingw plugin test regressions due to commit 514b4e191d5fAlan Modra2-4/+17
2020-08-28RISC-V: Treat R_RISCV_CALL and R_RISCV_CALL_PLT as the same in check_relocs.Nelson Chu4-3/+10
2020-08-27ld/emultempl/msp430.em: Remove unused variableJozef Lawrynowicz2-3/+5
2020-08-27Remove commit 9fb2400ce6Nick Clifton4-81/+64
2020-08-27Fix linker testcase for alpha-linux affected by fix for PR 26416Nick Clifton4-64/+81
2020-08-27binutils, ld: dequote libctf error messagesNick Alcock9-11/+25
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock3-27/+56
2020-08-27Change the default characteristics of DLLs built by the linker to more secure...Jeremy Drake8-43/+201
2020-08-26ld: Add $NOSANTIZE_CFLAGS to more linker testsH.J. Lu10-57/+141
2020-08-26PR26499 UBSAN: eelf32_spu.c:537 member access null pointerAlan Modra2-1/+6
2020-08-26PR26431 UBSAN: pe-dll.c:568 null pointer bsearchAlan Modra2-2/+8
2020-08-25tic54x ld testsuiteAlan Modra9-2/+27
2020-08-24sparc testsuite falloutAlan Modra3-2/+7
2020-08-24PowerPC TPREL_HA/LO optimisationAlan Modra12-58/+133
2020-08-22elf: Keep only one '@' for undefined versioned symbolsH.J. Lu4-2/+22
2020-08-20Ensure that compressed sections that have an ELF compression header structure...Nick Clifton3-2/+8
2020-08-16PowerPC64 inline PLT call testsAlan Modra11-0/+173
2020-08-16ld: Add a PR binutils/26389 testH.J. Lu4-0/+15
2020-08-14AArch64: Relax thumb-plt testcases regexpr.Tamar Christina3-4/+9
2020-08-13PowerPC64 --no-pcrel-optimizeAlan Modra2-1/+18
2020-08-10Improve the documentation of the linker's --relax option.Nick Clifton2-8/+12
2020-08-10nm: Remove --with-symbol-versionsH.J. Lu6-0/+46
2020-08-07bpf: add missing tests from previous commitsJose E. Marchesi2-0/+31
2020-08-07bpf: fix false overflow in eBPF ELF backend linkerDavid Faust1-0/+5
2020-08-06bpf: relocation fixes for eBPF ELF backendDavid Faust15-0/+206
2020-08-06MSP430: ld: Update output section tail when shuffling ".either" sectionsJozef Lawrynowicz2-10/+31
2020-08-03Use xmalloc rather than mallocAlan Modra3-4/+8
2020-08-03PR26328, Compilation warning when building ld v2.35 with MinGWAlan Modra4-13/+34
2020-08-03Tidy objdump_symstuff and objdump_dynsymstuffAlan Modra3-39/+21
2020-07-31ld: Add -fno-lto to linker testsH.J. Lu7-46/+100
2020-07-31ARC: Fix ld/pr24511 testShahab Vahedi2-8/+21
2020-07-30Unify Solaris procfs and largefile handlingRainer Orth4-13/+62
2020-07-29MIPS: Make the IRIX naming of local section symbols consistentMaciej W. Rozycki12-1/+113
2020-07-29MIPS/LD: Set symtab's `sh_info' correctly for IRIX emulationsMaciej W. Rozycki8-0/+61
2020-07-29Don't assert at ldwrite.c:212Alan Modra2-0/+6
2020-07-28More just-syms changesAlan Modra3-7/+22
2020-07-28Re: Allow new just-symbols test to run on XCOFF and PEAlan Modra2-1/+9
2020-07-27Allow new just-symbols test to run on XCOFF and PEAlan Modra4-36/+45
2020-07-27ctf test ERROR: $target-cc does not existAlan Modra2-10/+19
2020-07-23PR ld/26288: Allow the use of `--just-symbols' with ET_EXEC inputMaciej W. Rozycki7-1/+90
2020-07-23PR ld/26288: Revert obsolete part of PR ld/26047 fixMaciej W. Rozycki2-7/+9
2020-07-22ld, testsuite: do not run CTF tests at all on non-ELF for nowNick Alcock2-0/+9
2020-07-22ld: do not produce one empty output .ctf section for every input .ctfNick Alcock2-1/+9
2020-07-22ld, testsuite: only run CTF tests when ld and GCC support CTFNick Alcock7-6/+91
2020-07-22ld: new CTF testsuiteEgeyar Bagcioglu74-0/+1833