aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-10Add --section-ordering command line option to the bfd linker.Nick Clifton1-23/+58
2024-02-28Fix implementation of SUBALIGN.Vladislav Belov1-5/+8
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-18ld: Print 0 size in B and not in GBTorbjörn SVENSSON1-1/+3
2023-11-01ld: Support input section description keyword: REVERSENick Clifton1-8/+36
2023-10-09Fix: A potential null_pointer_deference bugNick Clifton1-0/+3
2023-09-27Fix: Output section type does not been applied to section forced output by `....Hsinyuan Xavier1-2/+18
2023-08-02Revert "2.41 Release sources"Sam James1-69/+72
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-72/+69
2023-07-18PR 30632 - ld segfaults if linker script includes a STARTUP line.Pter Chubb1-3/+9
2023-07-17Support NEXT_SECTION in ALIGNOF and SIZEOFAlan Modra1-69/+72
2023-06-29ELF: Discard non-alloc sections without section headerH.J. Lu1-0/+4
2023-06-29ELF: Strip section header in ELF objectsKaylee Blake1-0/+4
2023-06-28section-match: Check parent archive name as wellMichael Matz1-2/+13
2023-06-14Add --remap-inputs option to the BFD linker.Nick Clifton1-0/+7
2023-05-10Add linker option to include local symbols in the linker map.Nick Clifton1-2/+86
2023-04-27Fix PR30358, performance with --sort-sectionMichael Matz1-31/+61
2023-04-25section-select: Fix performance problem (PR30367)Michael Matz1-4/+12
2023-04-20PR30343 infrastructureAlan Modra1-8/+8
2023-03-15Add --enable-linker-version option to bfd linker to add an entry in the .comm...Nick Clifton1-2/+26
2023-03-10Revert ld ASCII supportAlan Modra1-53/+16
2023-03-10Revert ld DIGEST supportAlan Modra1-8/+0
2023-03-07DIGEST: ldlang.*: add timestampUlf Samuelsson1-0/+8
2023-02-24PR30155, ld segfault in _bfd_nearby_sectionAlan Modra1-13/+52
2023-02-16Add support for the ASCII directive inside linker scripts.Nick Clifton1-16/+53
2023-02-14ASCIZ Command for output sectionUlf Samuelsson1-0/+83
2023-02-13Fix PR30079: abort on mingwMichael Matz1-1/+2
2023-01-31Re: Another fix for EFI generation with LTO enabledAlan Modra1-0/+2
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-21enable-non-contiguous-regions warningsAlan Modra1-8/+30
2022-12-05Prevent an illegal memory access when comparing the prefix of a section name ...Nick Clifton1-5/+21
2022-11-30section-select: Fix exclude-file-3Michael Matz1-3/+4
2022-11-30section-select: Remove unused codeMichael Matz1-507/+1
2022-11-30section-select: Implement a prefix-treeMichael Matz1-32/+316
2022-11-30section-select: Completely rebuild matchesMichael Matz1-0/+22
2022-11-30section-select: Lazily resolve section matchesMichael Matz1-1/+87
2022-11-28Only use wild_sort_fastMichael Matz1-177/+125
2022-11-28Special case more simple patternsMichael Matz1-32/+93
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra1-6/+6
2022-08-04Re: Get rid of fprintf_vma and sprintf_vmaAlan Modra1-90/+44
2022-08-03Fix a conflict between the linker's need to rename some PE format input libra...Alan Modra1-21/+22
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-17/+2
2022-07-25Re: PowerPC64 .branch_lt addressAlan Modra1-1/+0
2022-06-27-z relro relaxation and ld script SIZEOFAlan Modra1-1/+0
2022-06-16Always free matching vector from bfd_check_format_matchesAlan Modra1-1/+6
2022-04-13ubsan: member access within null pointer of unionAlan Modra1-1/+1
2022-03-09ld: Add a before_plugin_all_symbols_read hookH.J. Lu1-0/+2
2022-02-16ld: Support customized output section typeFangrui Song1-6/+49
2022-02-13Don't pass around expld.dataseg pointerAlan Modra1-14/+16
2022-02-13PR28824, relro security issuesAlan Modra1-7/+6