aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2023-07-03Change version number to 2.40.90 and regenerate filesNick Clifton1-0/+4
2023-07-03Add markers for the 2.41 branchNick Clifton1-0/+4
2023-06-28Stop the linker's --dependency-file option from including temporary lto files.Nick Clifton1-0/+7
2023-06-21For test for PR 29072 when the linker is configured with --enable-default-exe...Nick Clifton1-0/+7
2023-06-14Add --remap-inputs option to the BFD linker.Nick Clifton1-0/+22
2023-06-07Add extra linker warning message about discrepancies between normal and commo...Nick Clifton1-0/+6
2023-05-17Decorated symbols in import libs (BUG 30421)Luca Bacci1-0/+9
2023-05-16Document how to use the linker to create a resource only DLL.Nick Clifton1-0/+5
2023-05-16-Ur option documentationNick Clifton1-0/+4
2023-05-10Add linker option to include local symbols in the linker map.Nick Clifton1-0/+17
2023-05-04Stop the linker from loosing the entry point for COFF/PE code when compiling ...Nick Clifton1-0/+7
2023-05-04ld: pru: Place exception-handling sections correctlyDimitar Dimitrov1-0/+10
2023-04-27Add support for %x and %lx formats to the linker's vinfo() function.Nick Clifton1-0/+4
2023-04-18Symbols with GOT relocatios do not fix adjustbalemengqinggang1-0/+4
2023-04-17Add support for the .gnu.sgstubs section to the linker for ARM/ELF based targ...Nick Clifton1-0/+6
2023-04-13arc: Update ARC specific linker tests.Claudiu Zissulescu1-0/+7
2023-04-12Fix typos in the linker's documentation of the --enable-non-contiguous-region...Nick Clifton1-0/+5
2023-03-15Add --enable-linker-version option to bfd linker to add an entry in the .comm...Nick Clifton1-0/+55
2023-03-10Revert ld ASCII supportAlan Modra1-24/+0
2023-03-03Prevent the ASCII linker script directive from generating huge amounts of pad...Nick Clifton1-0/+5
2023-02-23RISC-V: Add --[no-]relax-gp to ldFangrui Song1-0/+8
2023-02-20So the linker from producing an export data table when run with --exclude-all...Nick Clifton1-0/+6
2023-02-16Add support for the ASCII directive inside linker scripts.Nick Clifton1-0/+19
2023-02-15Fix the linker's merge4 test for the HPPA architecture.Nick Clifton1-0/+7
2023-02-14 Mention that the -plugin command line option is used to load plugins.Nick Clifton1-0/+5
2023-01-27Another fix for EFI generation with LTO enabled.Nick Clifton1-0/+6
2023-01-24Fix seg-fault when generating an empty DLL with LTO enabled.Nick Clifton1-0/+8
2023-01-06Updated Bulgarian and Russian translations for LD and BFD respectivelyNick Clifton1-0/+4
2023-01-05Add an extra emulation called arm64pe to the aarch64pe emulation.Nick Clifton1-0/+9
2023-01-05Un xfail the PR19719 test for the AArch64 architectureAndreas K. Huettel1-0/+5
2023-01-04Fix AArch64 linker testsuite failures trigeered by differences in build envir...Andreas K. Huettel1-0/+7
2023-01-03Updated translations for various languages and sub-directoriesNick Clifton1-0/+4
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-31Add markers for 2.40 branchNick Clifton1-0/+4
2022-12-21Keep the .drectve section when performing a relocateable link.Nick Clifton1-0/+7
2022-12-08Update the description of the linker script's TYPE directive.Nick Clifton1-0/+6
2022-12-05Prevent an illegal memory access when comparing the prefix of a section name ...Nick Clifton1-0/+6
2022-11-03V850 Linker: do not complain about RWX segments.Nick Clifton1-0/+6
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 Clifton1-0/+7
2022-10-21Add a -w option to the linker to suppress warning and error messages.Nick Clifton1-0/+12
2022-08-30BFD library: Use entry 0 in directory and filename tables of DWARF-5 debug info.Nick Clifton1-0/+5
2022-08-18Missing linking test case for pe dll using a def file.Ralf Habacker1-0/+5
2022-08-03Fix a conflict between the linker's need to rename some PE format input libra...Alan Modra1-0/+11
2022-07-29ld: Extend ac_default_ld_warn_rwx_segments to all SPARC targets [PR29411]Rainer Orth1-0/+6
2022-07-26Stop the linker from complaining about RWX segments in sparc-solaris targets.Nick Clifton1-0/+6
2022-07-08Add markers for 2.39 branchNick Clifton1-0/+4
2022-06-27Disable execstack and rwx segments warnings for MIPS targets.Nick Clifton1-0/+8
2022-06-21Default to disabling the linker warnings about execstack and RWX segments if ...Nick Clifton1-0/+11
2022-05-12Fix an illegal memory access when creating DLLs.Alan Modra1-0/+11