aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/pe.em
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-29Re: Orphan output section with multiple input sectionsAlan Modra1-5/+20
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton1-2/+2
2015-08-19Remove link_info.picAlan Modra1-4/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-14/+18
2015-06-15Fix a segmentation fault triggered when trying to handle an unresolved PE sym...Nick Clifton1-1/+10
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-09-08Change pe/coff build-id section name to '.buildid'Jon TURNEY1-5/+5
2014-06-26Change the default behaviour of the PE targeted linker so that timestamps areLinda Zhang1-3/+8
2014-06-13Make bfd.link_next field a unionAlan Modra1-2/+2
2014-05-27Add new link-map-text hook and RX auto-vector support.DJ Delorie1-1/+2
2014-04-08Add support for generating and inserting build IDs into COFF binaries.Jon TURNEY1-13/+220