aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock6-12/+25
2020-11-20Fix SHF_GNU_RETAIN testsuite falloutJozef Lawrynowicz5-9/+19
2020-11-18PowerPC paranioa testing of symbol merging involving comdat groupsAlan Modra10-0/+85
2020-11-18Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz22-0/+363
2020-11-17PR26882, --enable-textrel-check=warning test failures on powerpcAlan Modra8-9/+24
2020-11-16Update the Spanish translation for the ld/ subdirectory.Nick Clifton2-1781/+2031
2020-11-16ld: Fix the tls_ie-01 test for arcShahab Vahedi2-4/+11
2020-11-14x86: Ignore CS/DS/ES/SS segment-override prefixes in 64-bit modeBorislav Petkov5-4/+10
2020-11-13elf: Set rel_from_abs to 1 for __ehdr_startH.J. Lu5-0/+29
2020-11-09Fix regexp for development.expAndreas Schwab3-2/+7
2020-11-06Extend ld's -Map=<dir> functionality by allowing '%' to be replaced with the ...Nick Clifton4-20/+137
2020-11-06Updated Serbian translation for the ld subdirectoryNick Clifton2-1216/+4718
2020-11-03Fix compile time warningNick Clifton2-1/+6
2020-11-02PR26806, Suspected linker bug with LTOAlan Modra8-0/+74
2020-10-30x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE markerH.J. Lu119-142/+304
2020-10-26ld: Pass -fno-lto in ld-elfweak/elfweak.expH.J. Lu2-5/+14
2020-10-26Invoke the linker's error handling script with the keyword "undefined-symbol"...Nick Clifton3-4/+11
2020-10-26CSKY: Change default linker script for elf toolchain.Cooper Qu5-14/+76
2020-10-23ld: Set plug_opt only if compiler is availableH.J. Lu2-12/+19
2020-10-22ld: Skip bootstrap tests for -fprofile-generate=H.J. Lu4-17/+31
2020-10-22ld: Pass -fno-lto to non LTO testsH.J. Lu12-27/+64
2020-10-19Provide dummy libraries for alpha-vmsAlan Modra10-276/+98
2020-10-16ld: Allow symbols from PROVIDE to be use in MEMORY regionsAndrew Burgess11-20/+118
2020-10-16ld: More documentation for --defsymAndrew Burgess2-0/+13
2020-10-16Add a new option to the linker: --error-handling-script=<NAME>. Run the scri...Nick Clifton11-2/+178
2020-10-16RISC-V: Fix that IRELATIVE relocs may be inserted to the wrong place.Nelson Chu7-0/+92
2020-10-16RISC-V: Support GNU indirect functions.Nelson Chu56-2/+785
2020-10-09x86: Support GNU_PROPERTY_X86_ISA_1_V[234] markerH.J. Lu144-179/+633
2020-10-07x86: Update GNU property testsH.J. Lu7-0/+16
2020-10-06x86: Properly merge -z ibt and -z shstkH.J. Lu13-0/+148
2020-10-06PR26667, Add powerpc64le-*-freebsd* supportBrandon Bergren6-0/+25
2020-10-05i386: Allow non-absolute segment values for lcall/ljmpT.K. Chia10-0/+93
2020-10-05Update the BFD linker so that it deprecates grouped short options.Nick Clifton2-0/+19
2020-10-02Allow note sections to be discarded when they are linked to another discarded...H.J. Lu4-0/+25
2020-09-30ld: Override the IR definition for non-ELF targetsH.J. Lu2-2/+10
2020-09-30After preventing creating an import library for an exe when there are no expo...Jeremy Drake3-2/+11
2020-09-28PR26656 testcasesAlan Modra7-0/+258
2020-09-26PPC64_OPT_LOCALENTRY is incompatible with tail callsAlan Modra10-37/+45
2020-09-24PR26655, Power10 libstdc++.so R_PPC64_NONE dynamic relocsAlan Modra2-3/+22
2020-09-22Linker: If the type is pie the results should be an executable which entry po...Frediano Ziglio3-2/+8
2020-09-16Add -Av9 to AFLAGS_PIC and AFLAGS_PIE in the ld test suite on SPARC.Mikael Pettersson3-1/+9
2020-09-16elf/x86-64: Adjust relocation for PE/x86-64 inputsH.J. Lu21-10/+294
2020-09-16Tidy elf_symbol_fromAlan Modra2-1/+6
2020-09-15elf: Check bfd_target_elf_flavour on input firstH.J. Lu2-1/+6
2020-09-15CRIS: fix PR ld/26589, a missing NULL check in fix for PR ld/22269Hans-Peter Nilsson3-0/+35
2020-09-13Re: elf: Add -z unique-symbolAlan Modra2-3/+9
2020-09-12elf: Add -z unique-symbol to avoid duplicated local symbol namesH.J. Lu12-0/+221
2020-09-11Fix a segfault when creating an import library with 0 exports.Jeremy Drake3-2/+11
2020-09-10aarch64: Return an error on conditional branch to an undefined symbolSiddhesh Poyarekar2-6/+6
2020-09-10ld: Add more tests for --as-neededH.J. Lu7-0/+99