aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/pe.em
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-17Set the default DLL chracteristics to 0 for Cygwin based targets.Jeremy Drake1-1/+12
2021-03-31Use bool in ldAlan Modra1-71/+71
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-1/+1
2021-01-26PR27226, ld.bfd contains huge .rodata sectionAlan Modra1-0/+34
2021-01-13SHF_LINK_ORDER fixup_link_order in ldAlan Modra1-2/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock1-1/+2
2020-09-30After preventing creating an import library for an exe when there are no expo...Jeremy Drake1-1/+2
2020-09-22Linker: If the type is pie the results should be an executable which entry po...Frediano Ziglio1-1/+1
2020-09-11Fix a segfault when creating an import library with 0 exports.Jeremy Drake1-1/+2
2020-08-27Change the default characteristics of DLLs built by the linker to more secure...Jeremy Drake1-11/+64
2020-07-09Remove powerpc PE supportAlan Modra1-17/+0
2020-05-21Replace "if (x) free (x)" with "free (x)", ldAlan Modra1-5/+2
2020-05-20PR25993, read of freed memoryAlan Modra1-26/+11
2020-05-19Use bfd_get_filename throughout ldAlan Modra1-10/+11
2020-05-18Show AIX gc'd symbol address adjustments in map fileDouglas B Rupp1-1/+2
2020-05-18Prevent a potential use-after-fee memory corruption bug in the linker (for PE...Nick Clifton1-6/+20
2020-03-30Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton1-1/+4
2020-02-06ELF: Discard a section if any of its linked-to sections has been discardedH.J. Lu1-0/+1
2020-01-03For PE format files, the base relocation table is necessary if the image is l...Hannes Domani1-0/+7
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-26Avoid ubsan bug complaining about &p->fieldAlan Modra1-1/+1
2019-10-03bfd, ld: add CTF section linkingNick Alcock1-1/+4
2019-09-23arm bfd.h tidyAlan Modra1-12/+11
2019-09-20bfd macro conversion to inline functionsAlan Modra1-3/+1
2019-09-19bfd_section_* macrosAlan Modra1-3/+2
2019-09-18Use bfd_set_filename moreAlan Modra1-2/+2
2019-09-06bfd_get_filenameAlan Modra1-1/+1
2019-08-01Rename lang_output_section_statement to lang_os_listAlan Modra1-2/+1
2019-05-28PE linker segmentation fault with MALLOC_PERTURB_=1Alan Modra1-1/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-08-26Delay evaluation of alignment expressions in output sectionsAlan Modra1-1/+1
2018-04-16Remove arm-epoc-pe supportAlan Modra1-11/+5
2018-04-04Speed up direct linking with DLLs on Windows (1/2).Eric Botcazou1-132/+11
2018-03-23Add an extra library name template to the list used by the WIN32 targets.Nick Clifton1-0/+2
2018-02-26ld error/warning messagesAlan Modra1-30/+30
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-4/+4
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu1-0/+1
2017-10-12ld whitespace fixesAlan Modra1-31/+31
2017-10-11ld internationalization fixesAlan Modra1-5/+6
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra1-1/+1
2017-04-11PR 21274, ld segfaults linking PE DLLAlan Modra1-24/+40
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in .em files (ld)Ambrogino Modigliani1-1/+1
2016-07-15Add support for creating ELF import librariesThomas Preud'homme1-10/+4
2016-04-04Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton1-47/+45
2016-03-18Fix possible failure in the AVR linker tests.Senthil Kumar Selvaraj1-1/+0
2016-03-02Speedup mmo and pe orphan placement for relocatable linkH.J. Lu1-12/+18