aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-01PR27451, -z start_stop_gcAlan Modra1-0/+4
2021-01-26PR27226, ld.bfd contains huge .rodata sectionAlan Modra4-2/+121
2021-01-13SHF_LINK_ORDER fixup_link_order in ldAlan Modra16-20/+21
2021-01-01PR27116, Spelling errors found by Debian style checkerAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra58-58/+58
2020-12-16constify elfNN_bedAlan Modra2-5/+6
2020-12-15Handle -z unique/-z nounique in ldVivek Das Mohapatra1-0/+4
2020-11-21RISC-V: Relax PCREL to GPREL while doing other relaxations is dangerous.Nelson Chu1-1/+1
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock12-12/+24
2020-09-30After preventing creating an import library for an exe when there are no expo...Jeremy Drake2-2/+4
2020-09-24PR26655, Power10 libstdc++.so R_PPC64_NONE dynamic relocsAlan Modra1-3/+15