aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2023-05-30Slight wording improvement for the -Ur documentationNick Clifton1-4/+5
2023-05-30LoongArch: ld: Add support for linker relaxation.mengqinggang14-56/+273
2023-05-26PR22263 ld testAlan Modra1-3/+29
2023-05-24Remove accidentally added fileAndreas Schwab1-6/+0
2023-05-23PR30437 aarch64: make RELA relocs idempotentMichael Matz3-0/+35
2023-05-19ld: drop stray blank from ld.texiJan Beulich1-1/+1
2023-05-19RISC-V: Support subtraction of .uleb128.Kuan-Lin Chen3-0/+37
2023-05-17Decorated symbols in import libs (BUG 30421)Luca Bacci4-8/+94
2023-05-16Document how to use the linker to create a resource only DLL.Nick Clifton2-0/+38
2023-05-16-Ur option documentationNick Clifton2-8/+16
2023-05-15LoongArch: Fix PLT entry generate bugmengqinggang1-1/+2
2023-05-13PR28902, -T script with INSERT orderingAlan Modra1-1/+8
2023-05-11Add LDPT_REGISTER_CLAIM_FILE_HOOK_V2 linker plugin hook [GCC PR109128]Joseph Myers25-6/+65
2023-05-10Add linker option to include local symbols in the linker map.Nick Clifton10-2/+168
2023-05-09regen ld/Makefile.inAlan Modra1-33/+45
2023-05-08pe.em and pep.em make_import_fixupAlan Modra2-40/+76
2023-05-08PR30343, LTO ignores linker reference to _pei386_runtime_relocatorAlan Modra3-0/+67
2023-05-04Stop the linker from loosing the entry point for COFF/PE code when compiling ...Nick Clifton3-0/+13
2023-05-04ld: pru: Place exception-handling sections correctlyDimitar Dimitrov2-8/+36
2023-04-28ld: Use run_cc_link_tests for PR ld/26391 testsH.J. Lu1-11/+4
2023-04-27Fix PR30358, performance with --sort-sectionMichael Matz1-31/+61
2023-04-27Add support for %x and %lx formats to the linker's vinfo() function.Nick Clifton2-1/+21
2023-04-25section-select: Fix performance problem (PR30367)Michael Matz1-4/+12
2023-04-23MIPS: support mips*64 as CPU and gnuabi64 as ABIYunQiang Su1-2/+10
2023-04-23LoongArch: Fix loongarch32 test failsmengqinggang1-7/+7
2023-04-21RISC-V: Optimize relaxation of gp with max_alignment.Lifang Xia3-0/+75
2023-04-21ld: add missing period after @xrefJan Beulich1-1/+1
2023-04-20PR30343 infrastructureAlan Modra2-9/+10
2023-04-18Symbols with GOT relocatios do not fix adjustbalemengqinggang2-27/+31
2023-04-17Add support for the .gnu.sgstubs section to the linker for ARM/ELF based targ...Nick Clifton2-0/+8
2023-04-13arc: Update ARC specific linker tests.Claudiu Zissulescu5-5/+12
2023-04-12Fix typos in the linker's documentation of the --enable-non-contiguous-region...Nick Clifton2-3/+8
2023-04-04bfd+ld: when / whether to generate .c filesJan Beulich5-9/+11
2023-03-31lto: Don't add indirect symbols for versioned aliases in IRH.J. Lu3-0/+17
2023-03-29Fix typo in ld manual --enable-non-contiguous-regions exampleRoland McGrath1-1/+1
2023-03-30RISC-V: PR28789, Reject R_RISCV_PCREL relocations with ABS symbol in PIC/PIE.Palmer Dabbelt8-0/+70
2023-03-30RISC-V: Clarify link behaviors of R_RISCV_32/64 relocations with ABS symbol.Nelson Chu13-2/+183
2023-03-29ld testsuite CFLAGS_FOR_TARGETAlan Modra2-11/+7
2023-03-27Use stdint types in coff internal_auxentAlan Modra1-1/+1
2023-03-23bfd: aarch64: Optimize BTI stubs PR30076Szabolcs Nagy3-0/+207
2023-03-23bfd: aarch64: Fix stubs that may break BTI PR30076Szabolcs Nagy5-0/+192
2023-03-20Changed ld and gas BPF testsCupertino Miranda12-99/+3
2023-03-19Regen ld/po/BLD-POTFILES.inAlan Modra1-0/+1
2023-03-17Another source_shAlan Modra1-1/+1
2023-03-16Re: Add --enable-linker-version optionChristophe Lyon2-2/+2
2023-03-16ld/testsuite: disable ilp32 tests for aarch64-qnxClément Chigot39-0/+39
2023-03-16ld/testsuite: add aarch64nto to ld-aarch64Clément Chigot1-0/+3
2023-03-16ld: add support of QNX stack arguments for aarch64ntoClément Chigot6-1/+220
2023-03-16configure: add new target aarch64-*-nto*Clément Chigot4-0/+49
2023-03-16Re: Add --enable-linker-verssionAlan Modra38-87/+70