aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2023-07-21DesCGENization of the BPF binutils portJose E. Marchesi4-7/+7
2023-07-18PR 30632 - ld segfaults if linker script includes a STARTUP line.Pter Chubb1-3/+9
2023-07-17Also support '^=' in linker script expressionsMichael Matz4-3/+7
2023-07-17PR10957, Missing option to really print section+offsetAlan Modra15-23/+23
2023-07-17Support NEXT_SECTION in ALIGNOF and SIZEOFAlan Modra19-98/+149
2023-07-15Re: Let '^' through the lexerTobias Burnus1-1/+1
2023-07-13Let '^' through the lexerMichael Matz2-16/+21
2023-07-12.noinit and .persistent for msp430Alan Modra1-14/+11
2023-07-12.noinit and .persistent alignmentAlan Modra1-4/+2
2023-07-12Re: Align linkerscript symbols according to ABIAlan Modra1-1/+2
2023-07-11ld/PDB: fix off-by-1 in add_globals_ref()Jan Beulich1-1/+1
2023-07-07ld: fix build with old glibc / gccJan Beulich1-2/+2
2023-07-07Udated Freach and Romainian translations for various sub-directoriesNick Clifton1-2220/+2877
2023-07-06ld: fix plugin tests for MIPS PICYunQiang Su10-0/+10
2023-07-06Use run_host_cmd to run $CC and other no-section-header test fixesAlan Modra7-54/+54
2023-07-06Re: Stop the linker's --dependency-file option from including temporary lto f...Alan Modra1-0/+2
2023-07-06ld: Use run_host_cmd_yesno in indirect.exp instead of catch execYunQiang Su1-4/+1
2023-07-06ld: Use [list ] syntax to define run_tests in indirect.expYunQiang Su1-62/+62
2023-07-05Align linkerscript symbols according to ABIAndreas Krebbel3-19/+33
2023-07-04Updated Ukranian, Romanian and German translations for various sub-directoriesNick Clifton1-1742/+1894
2023-07-03Change version number to 2.41.50 and regenerate filesNick Clifton2-10/+14
2023-07-03Add markers for the 2.41 branchNick Clifton2-0/+6
2023-06-30opcodes/loongarch: do not print hex notation for signed immediatesWANG Xuerui3-23/+23
2023-06-30LoongArch: support disassembling certain pseudo-instructionsWANG Xuerui4-17/+17
2023-06-29sframe: bfd: gas: ld: format bump to SFrame version 2Indu Bhagat3-5/+5
2023-06-29ld: Add -z nosectionheader test to bootstrap.expH.J. Lu1-2/+8
2023-06-29ld: Add tests for -z nosectionheader and --strip-section-headersH.J. Lu14-0/+559
2023-06-29ld: Add simple tests for -z nosectionheaderKaylee Blake2-0/+18
2023-06-29ELF: Discard non-alloc sections without section headerH.J. Lu1-0/+4
2023-06-29ELF: Strip section header in ELF objectsKaylee Blake6-0/+32
2023-06-29Ignore --prefix-file-map compiler option whist running testsuite.Matthias Klose2-4/+4
2023-06-28section-match: Check parent archive name as wellMichael Matz1-2/+13
2023-06-28Stop the linker's --dependency-file option from including temporary lto files.Nick Clifton2-1/+10
2023-06-28LoongArch: Add R_LARCH_64_PCREL relocation supportmengqinggang3-0/+31
2023-06-23lto test fails with -fno-inline in CFLAGSAlan Modra1-5/+5
2023-06-21For test for PR 29072 when the linker is configured with --enable-default-exe...Nick Clifton2-0/+22
2023-06-16Correct ld-elf/eh5 test for hppa64Alan Modra1-17/+21
2023-06-15Revert "MIPS: fix r6 testsuites"Maciej W. Rozycki26-208/+150
2023-06-15Revert "MIPS: fix -gnuabi64 testsuite"Maciej W. Rozycki14-83/+52
2023-06-15Revert "MIPS: fix some ld testcases with compiler"Maciej W. Rozycki11-77/+16
2023-06-15Re: Add some expected failures for bfin linker testsAlan Modra16-17/+19
2023-06-14Add some expected failures for bfin linker testsNick Clifton17-15/+22
2023-06-14Add --remap-inputs option to the BFD linker.Nick Clifton11-0/+429
2023-06-14asprintf memory leaksAlan Modra1-0/+7
2023-06-07Add extra linker warning message about discrepancies between normal and commo...Nick Clifton2-3/+9
2023-06-07ld-elf/eh5 remove xfail hppa64Alan Modra1-7/+7
2023-06-05ELF: Add "#pass" to ld-elf/pr30508.dH.J. Lu1-0/+1
2023-06-05ELF: Don't warn an empty PT_LOAD with the program headersH.J. Lu2-0/+27
2023-06-05MIPS: fix some ld testcases with compilerYunQiang Su11-16/+77
2023-06-05MIPS: fix -gnuabi64 testsuiteYunQiang Su14-58/+89