aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
AgeCommit message (Expand)AuthorFilesLines
2024-06-13Add --rosegment option to BFD linker to stop the '-z separate-code' from gene...Nick Clifton1-17/+254
2024-06-04LoongArch: Disable linker relaxation if set the address of section or segmentmengqinggang1-0/+16
2024-04-02PR 30569, always call elf_backend_size_dynamic_sectionsAlan Modra1-4/+3
2024-01-25ld: Improve --fatal-warnings for unknown command-line optionsH.J. Lu1-1/+1
2024-01-19ld: Put all emulation options in ldlex.hH.J. Lu32-472/+18
2024-01-09ld: Add --enable-mark-plt configure optionH.J. Lu1-0/+17
2024-01-04Update year range in copyright notice of binutils filesAlan Modra59-59/+59
2023-12-28RISC-V: PR31179, The SET/ADD/SUB fix breaks ABI compatibility with 2.41 objectsNelson Chu1-1/+16
2023-11-17LoongArch: Modify link_info.relax_pass from 3 to 2mengqinggang1-1/+1
2023-11-17LoongArch: Remove "elf_seg_map (info->output_bfd) == NULL" relaxation conditionmengqinggang1-0/+18
2023-11-10Add ability to change linker warning messages into errors when reporting exec...Nick Clifton1-0/+2
2023-10-13ld: replace wrong bfd_malloc in nto.emClément Chigot1-1/+1
2023-10-13ld: warn when duplicated QNX stack note are detectedClément Chigot1-4/+18
2023-10-13ld: correctly handle QNX --lazy-stack without -zstack-sizeClément Chigot1-4/+4
2023-10-13ld: allow update of existing QNX stack noteClément Chigot1-32/+89
2023-08-27Re: ld STRINGIFYAlan Modra1-1/+1
2023-08-26ld STRINGIFYAlan Modra9-11/+7
2023-08-16kvx: New port.Paul Iannetta1-0/+316
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra2-4/+4
2023-08-03ld: sprintf sanitizer null destination pointerAlan Modra3-10/+8
2023-08-02Revert "2.41 Release sources"Sam James3-0/+3
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton3-3/+0
2023-08-02Don't declare xmalloc and others in ldmisc.hAlan Modra3-0/+3
2023-07-17PR10957, Missing option to really print section+offsetAlan Modra2-2/+2
2023-06-29ELF: Strip section header in ELF objectsKaylee Blake1-0/+4
2023-05-30LoongArch: ld: Add support for linker relaxation.mengqinggang1-0/+3
2023-05-17Decorated symbols in import libs (BUG 30421)Luca Bacci2-1/+53
2023-05-08pe.em and pep.em make_import_fixupAlan Modra2-40/+76
2023-05-08PR30343, LTO ignores linker reference to _pei386_runtime_relocatorAlan Modra2-0/+66
2023-05-04Stop the linker from loosing the entry point for COFF/PE code when compiling ...Nick Clifton2-0/+6
2023-03-16ld: add support of QNX stack arguments for aarch64ntoClément Chigot1-0/+163
2023-02-23RISC-V: Add --[no-]relax-gp to ldFangrui Song1-0/+36
2023-02-10RISC-V: Reduce effective linker relaxation passsesTsukasa OI1-1/+1
2023-01-27Call bfd_close_all_done in ld_cleanupAlan Modra2-39/+45
2023-01-25ld: Add pdb support to aarch64-w64-mingw32Mark Harmstone1-1/+2
2023-01-24ld: Avoid magic numbers for subsystems in pe.em and pep.emMark Harmstone2-6/+6
2023-01-23ld: Set default subsystem for arm-pe to IMAGE_SUBSYSTEM_WINDOWS_GUIMark Harmstone1-1/+4
2023-01-12Use __func__ rather than __FUNCTION__Alan Modra2-4/+4
2023-01-10Add aarch64-w64-mingw32 targetMark Harmstone1-4/+7
2023-01-06ld: yet another PDB build fix (or workaround)Jan Beulich2-16/+24
2023-01-06Tidy pe flag in coff_dataAlan Modra3-3/+3
2023-01-05Add an extra emulation called arm64pe to the aarch64pe emulation.Nick Clifton1-0/+4
2023-01-01Update year range in copyright notice of binutils filesAlan Modra57-57/+57
2022-12-23pdb build fixesAlan Modra2-86/+139
2022-12-23COFF build-id writes uninitialised data to fileAlan Modra2-8/+4
2022-12-07Compression tidy and fixesAlan Modra1-3/+3
2022-11-28xtensa: allow dynamic configurationMax Filippov1-9/+1
2022-11-28Use bfd_rename_section in msp430.emAlan Modra1-1/+1
2022-10-20ld: Add minimal pdb generationMark Harmstone2-0/+14
2022-10-20ld: Add --pdb optionMark Harmstone2-9/+89