summaryrefslogtreecommitdiff
path: root/ld/emultempl/pe.em
AgeCommit message (Expand)Author
2023-05-17Decorated symbols in import libs (BUG 30421)Luca Bacci
2023-05-08pe.em and pep.em make_import_fixupAlan Modra
2023-05-08PR30343, LTO ignores linker reference to _pei386_runtime_relocatorAlan Modra
2023-05-04Stop the linker from loosing the entry point for COFF/PE code when compiling ...Nick Clifton
2023-01-27Call bfd_close_all_done in ld_cleanupAlan Modra
2023-01-24ld: Avoid magic numbers for subsystems in pe.em and pep.emMark Harmstone
2023-01-23ld: Set default subsystem for arm-pe to IMAGE_SUBSYSTEM_WINDOWS_GUIMark Harmstone
2023-01-12Use __func__ rather than __FUNCTION__Alan Modra
2023-01-06ld: yet another PDB build fix (or workaround)Jan Beulich
2023-01-06Tidy pe flag in coff_dataAlan Modra
2023-01-01Update year range in copyright notice of binutils filesAlan Modra
2022-12-23pdb build fixesAlan Modra
2022-12-23COFF build-id writes uninitialised data to fileAlan Modra
2022-10-20ld: Add minimal pdb generationMark Harmstone
2022-10-20ld: Add --pdb optionMark Harmstone
2022-08-30ld: pe: Fix linking against Microsoft import libraries with multiple DLLsMartin Storsjö
2022-08-25ld: pe: Move the return type to a separate line from the function nameMartin Storsjö
2022-08-24ld: pe: Make archive member file extension comparisons case insensitive when ...Martin Storsjö
2022-08-03Fix a conflict between the linker's need to rename some PE format input libra...Alan Modra
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra
2022-02-06ld: Add emultempl/emulation.emH.J. Lu
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-11-17Set the default DLL chracteristics to 0 for Cygwin based targets.Jeremy Drake
2021-03-31Use bool in ldAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-01-26PR27226, ld.bfd contains huge .rodata sectionAlan Modra
2021-01-13SHF_LINK_ORDER fixup_link_order in ldAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock
2020-09-30After preventing creating an import library for an exe when there are no expo...Jeremy Drake
2020-09-22Linker: If the type is pie the results should be an executable which entry po...Frediano Ziglio
2020-09-11Fix a segfault when creating an import library with 0 exports.Jeremy Drake
2020-08-27Change the default characteristics of DLLs built by the linker to more secure...Jeremy Drake
2020-07-09Remove powerpc PE supportAlan Modra
2020-05-21Replace "if (x) free (x)" with "free (x)", ldAlan Modra
2020-05-20PR25993, read of freed memoryAlan Modra
2020-05-19Use bfd_get_filename throughout ldAlan Modra
2020-05-18Show AIX gc'd symbol address adjustments in map fileDouglas B Rupp
2020-05-18Prevent a potential use-after-fee memory corruption bug in the linker (for PE...Nick Clifton
2020-03-30Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton
2020-02-06ELF: Discard a section if any of its linked-to sections has been discardedH.J. Lu
2020-01-03For PE format files, the base relocation table is necessary if the image is l...Hannes Domani
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-12-26Avoid ubsan bug complaining about &p->fieldAlan Modra
2019-10-03bfd, ld: add CTF section linkingNick Alcock
2019-09-23arm bfd.h tidyAlan Modra
2019-09-20bfd macro conversion to inline functionsAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-09-18Use bfd_set_filename moreAlan Modra
2019-09-06bfd_get_filenameAlan Modra