summaryrefslogtreecommitdiff
path: root/ld/emultempl
Commit message (Expand)AuthorAgeFilesLines
* Decorated symbols in import libs (BUG 30421)Luca Bacci2023-05-172-1/+53
* pe.em and pep.em make_import_fixupAlan Modra2023-05-082-40/+76
* PR30343, LTO ignores linker reference to _pei386_runtime_relocatorAlan Modra2023-05-082-0/+66
* Stop the linker from loosing the entry point for COFF/PE code when compiling ...Nick Clifton2023-05-042-0/+6
* ld: add support of QNX stack arguments for aarch64ntoClément Chigot2023-03-161-0/+163
* RISC-V: Add --[no-]relax-gp to ldFangrui Song2023-02-231-0/+36
* RISC-V: Reduce effective linker relaxation passsesTsukasa OI2023-02-101-1/+1
* Call bfd_close_all_done in ld_cleanupAlan Modra2023-01-272-39/+45
* ld: Add pdb support to aarch64-w64-mingw32Mark Harmstone2023-01-251-1/+2
* ld: Avoid magic numbers for subsystems in pe.em and pep.emMark Harmstone2023-01-242-6/+6
* ld: Set default subsystem for arm-pe to IMAGE_SUBSYSTEM_WINDOWS_GUIMark Harmstone2023-01-231-1/+4
* Use __func__ rather than __FUNCTION__Alan Modra2023-01-122-4/+4
* Add aarch64-w64-mingw32 targetMark Harmstone2023-01-101-4/+7
* ld: yet another PDB build fix (or workaround)Jan Beulich2023-01-062-16/+24
* Tidy pe flag in coff_dataAlan Modra2023-01-063-3/+3
* Add an extra emulation called arm64pe to the aarch64pe emulation.Nick Clifton2023-01-051-0/+4
* Update year range in copyright notice of binutils filesAlan Modra2023-01-0157-57/+57
* pdb build fixesAlan Modra2022-12-232-86/+139
* COFF build-id writes uninitialised data to fileAlan Modra2022-12-232-8/+4
* Compression tidy and fixesAlan Modra2022-12-071-3/+3
* xtensa: allow dynamic configurationMax Filippov2022-11-281-9/+1
* Use bfd_rename_section in msp430.emAlan Modra2022-11-281-1/+1
* ld: Add minimal pdb generationMark Harmstone2022-10-202-0/+14
* ld: Add --pdb optionMark Harmstone2022-10-202-9/+89
* aarch64-pe support for LD, GAS and BFDJedidiah Thompson2022-10-191-1/+9
* refactor usage of compressed_debug_section_typeMartin Liska2022-10-111-15/+7
* binutils, gdb: support zstd compressed debug sectionsFangrui Song2022-09-261-0/+9
* ld: pe: Fix linking against Microsoft import libraries with multiple DLLsMartin Storsjö2022-08-302-108/+32
* ld: pe: Move the return type to a separate line from the function nameMartin Storsjö2022-08-252-2/+4
* ld: pe: Make archive member file extension comparisons case insensitive when ...Martin Storsjö2022-08-242-10/+44
* Re: Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-041-3/+1
* Fix a conflict between the linker's need to rename some PE format input libra...Alan Modra2022-08-032-22/+28
* Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-012-8/+2
* bit-rot in target before_parse functionAlan Modra2022-05-263-0/+12
* ld: add --package-metadataLuca Boccassi2022-05-261-0/+9
* Add a linker warning when creating potentially dangerous executable segments....Nick Clifton2022-05-031-0/+3
* xcoff: implement linker relaxationCl?ment Chigot2022-04-201-4/+186
* Stubs (added in a later patch) will generate new .loader symbols, once the al...Cl?ment Chigot2022-04-201-0/+9
* Add linker warning for when it creates an executable stack.Nick Clifton2022-04-201-0/+1
* ld: Add a before_plugin_all_symbols_read hookH.J. Lu2022-03-092-0/+15
* Revert "PR28824, relro security issues, x86 keep COMMONPAGESIZE relro"H.J. Lu2022-02-141-1/+0
* PR28824, relro security issues, x86 keep COMMONPAGESIZE relroAlan Modra2022-02-131-0/+1
* ld: Add emultempl/emulation.emH.J. Lu2022-02-0610-372/+165
* ld: Remove emultempl/armcoff.emH.J. Lu2022-02-041-293/+0
* PR28751 mbind2a / mbind2b regressions on powerpc*-linuxAlan Modra2022-01-141-0/+1
* elf: Set p_align to the minimum page size if possibleH.J. Lu2022-01-051-0/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-0258-58/+58
* ld: Remove emultempl/linux.emH.J. Lu2021-12-271-226/+0
* Set the default DLL chracteristics to 0 for Cygwin based targets.Jeremy Drake2021-11-172-3/+17
* LoongArch ld supportliuzhensong2021-10-241-0/+87