aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-19aarch64-pe support for LD, GAS and BFDJedidiah Thompson1-1/+9
2022-10-11refactor usage of compressed_debug_section_typeMartin Liska1-15/+7
2022-09-26binutils, gdb: support zstd compressed debug sectionsFangrui Song1-0/+9
2022-08-30ld: pe: Fix linking against Microsoft import libraries with multiple DLLsMartin Storsjö2-108/+32
2022-08-25ld: pe: Move the return type to a separate line from the function nameMartin Storsjö2-2/+4
2022-08-24ld: pe: Make archive member file extension comparisons case insensitive when ...Martin Storsjö2-10/+44
2022-08-04Re: Get rid of fprintf_vma and sprintf_vmaAlan Modra1-3/+1
2022-08-03Fix a conflict between the linker's need to rename some PE format input libra...Alan Modra2-22/+28
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra2-8/+2
2022-05-26bit-rot in target before_parse functionAlan Modra3-0/+12
2022-05-26ld: add --package-metadataLuca Boccassi1-0/+9
2022-05-03Add a linker warning when creating potentially dangerous executable segments....Nick Clifton1-0/+3
2022-04-20xcoff: implement linker relaxationCl?ment Chigot1-4/+186
2022-04-20Stubs (added in a later patch) will generate new .loader symbols, once the al...Cl?ment Chigot1-0/+9
2022-04-20Add linker warning for when it creates an executable stack.Nick Clifton1-0/+1
2022-03-09ld: Add a before_plugin_all_symbols_read hookH.J. Lu2-0/+15
2022-02-14Revert "PR28824, relro security issues, x86 keep COMMONPAGESIZE relro"H.J. Lu1-1/+0
2022-02-13PR28824, relro security issues, x86 keep COMMONPAGESIZE relroAlan Modra1-0/+1
2022-02-06ld: Add emultempl/emulation.emH.J. Lu10-372/+165
2022-02-04ld: Remove emultempl/armcoff.emH.J. Lu1-293/+0
2022-01-14PR28751 mbind2a / mbind2b regressions on powerpc*-linuxAlan Modra1-0/+1
2022-01-05elf: Set p_align to the minimum page size if possibleH.J. Lu1-0/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra58-58/+58
2021-12-27ld: Remove emultempl/linux.emH.J. Lu1-226/+0
2021-11-17Set the default DLL chracteristics to 0 for Cygwin based targets.Jeremy Drake2-3/+17
2021-10-24LoongArch ld supportliuzhensong1-0/+87
2021-10-22RISC-V: Don't separate pcgp relaxation to another relax pass.Lewis Revill1-6/+2
2021-05-31RISC-V: PR27566, Do not relax when data segment phase is exp_seg_relro_adjust.Nelson Chu1-0/+14
2021-04-12convert elf_link_hash macros to inline functionsAlan Modra1-1/+1
2021-04-12PR27719, lang_mark_undefineds trashes memoryAlan Modra2-2/+3
2021-03-31Use bool in ldAlan Modra38-514/+514
2021-03-31Remove bfd_stdint.hAlan Modra1-1/+1
2021-03-29TRUE/FALSE simplificationAlan Modra1-3/+2
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska6-14/+14
2021-03-12aix: implement TLS relocation for gas and ldClément Chigot1-0/+38
2021-03-11RISC-V: Improve multiple relax passes problem.Nelson Chu1-1/+5
2021-03-05elf/x86-64: Subtract __ImageBase for R_AMD64_IMAGEBASEH.J. Lu1-1/+1