summaryrefslogtreecommitdiff
path: root/ld
Commit message (Expand)AuthorAgeFilesLines
* ld: Set plug_opt only if compiler is availableH.J. Lu2020-10-232-12/+19
* ld: Skip bootstrap tests for -fprofile-generate=H.J. Lu2020-10-224-17/+31
* ld: Pass -fno-lto to non LTO testsH.J. Lu2020-10-2212-27/+64
* Provide dummy libraries for alpha-vmsAlan Modra2020-10-1910-276/+98
* ld: Allow symbols from PROVIDE to be use in MEMORY regionsAndrew Burgess2020-10-1611-20/+118
* ld: More documentation for --defsymAndrew Burgess2020-10-162-0/+13
* Add a new option to the linker: --error-handling-script=<NAME>. Run the scri...Nick Clifton2020-10-1611-2/+178
* RISC-V: Fix that IRELATIVE relocs may be inserted to the wrong place.Nelson Chu2020-10-167-0/+92
* RISC-V: Support GNU indirect functions.Nelson Chu2020-10-1656-2/+785
* x86: Support GNU_PROPERTY_X86_ISA_1_V[234] markerH.J. Lu2020-10-09144-179/+633
* x86: Update GNU property testsH.J. Lu2020-10-077-0/+16
* x86: Properly merge -z ibt and -z shstkH.J. Lu2020-10-0613-0/+148
* PR26667, Add powerpc64le-*-freebsd* supportBrandon Bergren2020-10-066-0/+25
* i386: Allow non-absolute segment values for lcall/ljmpT.K. Chia2020-10-0510-0/+93
* Update the BFD linker so that it deprecates grouped short options.Nick Clifton2020-10-052-0/+19
* Allow note sections to be discarded when they are linked to another discarded...H.J. Lu2020-10-024-0/+25
* ld: Override the IR definition for non-ELF targetsH.J. Lu2020-09-302-2/+10
* After preventing creating an import library for an exe when there are no expo...Jeremy Drake2020-09-303-2/+11
* PR26656 testcasesAlan Modra2020-09-287-0/+258
* PPC64_OPT_LOCALENTRY is incompatible with tail callsAlan Modra2020-09-2610-37/+45
* PR26655, Power10 libstdc++.so R_PPC64_NONE dynamic relocsAlan Modra2020-09-242-3/+22
* Linker: If the type is pie the results should be an executable which entry po...Frediano Ziglio2020-09-223-2/+8
* Add -Av9 to AFLAGS_PIC and AFLAGS_PIE in the ld test suite on SPARC.Mikael Pettersson2020-09-163-1/+9
* elf/x86-64: Adjust relocation for PE/x86-64 inputsH.J. Lu2020-09-1621-10/+294
* Tidy elf_symbol_fromAlan Modra2020-09-162-1/+6
* elf: Check bfd_target_elf_flavour on input firstH.J. Lu2020-09-152-1/+6
* CRIS: fix PR ld/26589, a missing NULL check in fix for PR ld/22269Hans-Peter Nilsson2020-09-153-0/+35
* Re: elf: Add -z unique-symbolAlan Modra2020-09-132-3/+9
* elf: Add -z unique-symbol to avoid duplicated local symbol namesH.J. Lu2020-09-1212-0/+221
* Fix a segfault when creating an import library with 0 exports.Jeremy Drake2020-09-113-2/+11
* aarch64: Return an error on conditional branch to an undefined symbolSiddhesh Poyarekar2020-09-102-6/+6
* ld: Add more tests for --as-neededH.J. Lu2020-09-107-0/+99
* Re: PR26580, Size and alignment of commons vs as-needed shared libAlan Modra2020-09-102-1/+5
* Re: lto-18 testAlan Modra2020-09-104-4/+21
* lto-18 testAlan Modra2020-09-097-4/+74
* MSP430: Support relocations for subtract expressions in .uleb128 directivesJozef Lawrynowicz2020-09-085-0/+64
* PR26580, Size and alignment of commons vs as-needed shared libAlan Modra2020-09-0811-10/+113
* Allow plugin syms to mark as-needed shared libs neededAlan Modra2020-09-047-47/+9
* ld: Change NOSANTIZE_CFLAGS to NOSANITIZE_CFLAGSH.J. Lu2020-09-0320-97/+120
* RISC-V: Minor cleanup and typos when merging elf attributes.Nelson Chu2020-09-037-12/+22
* RISC-V: Report warnings rather than errors for the mis-matched ISA versions.Nelson Chu2020-09-038-1/+50
* RISC-V: Improve the error message for the mis-matched ISA versions.Kito Cheng2020-09-034-3/+9
* heap use after free in xcoff_archive_info_eqAlan Modra2020-09-032-1/+6
* ld: Add $NOSANTIZE_CFLAGS to more linker testsH.J. Lu2020-08-306-9/+33
* MSP430: Fix alignment of __*_array_start symbols in default linker scriptJozef Lawrynowicz2020-08-2813-1/+320
* LD: Add new %pU vfinfo format for printing linker script nameJozef Lawrynowicz2020-08-282-3/+10
* CSKY: Support attribute section.Cooper Qu2020-08-285-0/+14
* Fixes for testsuite failures introduced by the changes made for PR 19011.Nick Clifton2020-08-282-1/+7
* mingw plugin test regressions due to commit 514b4e191d5fAlan Modra2020-08-282-4/+17
* RISC-V: Treat R_RISCV_CALL and R_RISCV_CALL_PLT as the same in check_relocs.Nelson Chu2020-08-284-3/+10