aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2022-12-23ld: Write linker symbols in PDBMark Harmstone3-34/+327
2022-12-23ld: Copy other symbols into PDB fileMark Harmstone5-0/+1076
2022-12-23ld: Write globals stream in PDBMark Harmstone9-40/+2230
2022-12-23ld: Parse LF_UDT_SRC_LINE records when creating PDB fileMark Harmstone8-10/+459
2022-12-23ld: Write types into IPI stream of PDBMark Harmstone8-18/+699
2022-12-23ld: Write types into TPI stream of PDBMark Harmstone8-22/+2270
2022-12-23ld: Write DEBUG_S_LINES entries in PDB fileMark Harmstone5-6/+204
2022-12-23ld: Fix segfault in populate_publics_streamMark Harmstone1-0/+3
2022-12-23ld: Write DEBUG_S_FILECHKSMS entries in PDBsMark Harmstone8-12/+709
2022-12-23ld: Generate PDB string tableMark Harmstone6-6/+472
2022-12-23pdb build fixesAlan Modra5-101/+156
2022-12-23COFF build-id writes uninitialised data to fileAlan Modra3-9/+5
2022-12-21Keep the .drectve section when performing a relocateable link.Nick Clifton3-2/+9
2022-12-21enable-non-contiguous-regions warningsAlan Modra7-14/+40
2022-12-20bfd: Discard symbol regardless of warning flagTorbjörn SVENSSON4-0/+53
2022-12-18ld bootstrap test in build dir with path containing symlinksAlan Modra1-1/+1
2022-12-14Fix haiku ld dependenciesAlan Modra5-8/+8
2022-12-14ld, gold: remove support for -z bndplt (MPX prefix)Martin Liska47-1378/+2
2022-12-08x86-64: Remove BND from 64-bit IBT PLTH.J. Lu12-69/+57
2022-12-08Update the description of the linker script's TYPE directive.Nick Clifton2-0/+30
2022-12-07Compression tidy and fixesAlan Modra4-13/+23
2022-12-05Prevent an illegal memory access when comparing the prefix of a section name ...Nick Clifton2-5/+27
2022-12-03Revert "ld: Add .note.GNU-stack to ld-plugin/dummy.s"H.J. Lu1-1/+1
2022-12-03ld: Add .note.GNU-stack to ld-plugin/dummy.sH.J. Lu1-1/+1
2022-11-30section-select: Fix exclude-file-3Michael Matz2-4/+7
2022-11-30section-select: Remove unused codeMichael Matz2-509/+1
2022-11-30section-select: Implement a prefix-treeMichael Matz2-33/+316
2022-11-30section-select: Completely rebuild matchesMichael Matz1-0/+22
2022-11-30section-select: Lazily resolve section matchesMichael Matz2-1/+99
2022-11-30Correct ordering problem in comm-data.expAlan Modra1-20/+19
2022-11-28xtensa: allow dynamic configurationMax Filippov1-9/+1
2022-11-28Only use wild_sort_fastMichael Matz6-178/+163
2022-11-28Special case more simple patternsMichael Matz2-33/+95
2022-11-28Use bfd_rename_section in msp430.emAlan Modra2-1/+7
2022-11-23ld: Add section contributions substream to PDB filesMark Harmstone6-5/+162
2022-11-22x86: Don't define _TLS_MODULE_BASE_ for ld -rH.J. Lu3-0/+19
2022-11-17ld: Always call elf_backend_output_arch_local_symsH.J. Lu2-0/+36
2022-11-15bfd: linker: merge .sframe sectionsIndu Bhagat23-7/+342
2022-11-14pru: bfd: Correct default to no execstackDimitar Dimitrov1-0/+1
2022-11-10ld/testsuite: skip ld-size when -shared is not supportedClément Chigot1-0/+6
2022-11-10ld: Add module information substream to PDB filesMark Harmstone5-44/+427
2022-11-07configure: require libzstd >= 1.4.0Christophe Lyon1-10/+10
2022-11-07ld/testsuite: skip tests related to -shared when disabledClément Chigot3-0/+15
2022-11-03V850 Linker: do not complain about RWX segments.Nick Clifton2-2/+9
2022-11-03AVR Linker: Allow the start of the data region to be specified on the linker ...Nick Clifton1-1/+1
2022-11-03AVR Linker: Allow the start of the data region to specified on the command line.Nick Clifton2-1/+10
2022-11-02arm: PR 29739 Fix typo where ';' should not have been replaced with '@'Christophe Lyon3-3/+3
2022-11-01opcodes/arm: use '@' consistently for the comment characterAndrew Burgess115-1209/+1209
2022-10-31Updated Romainain translation for the binutils sub-directory and Swedish tran...Nick Clifton1-2180/+2911
2022-10-31ld: Add publics stream to PDB filesMark Harmstone6-8/+559