aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/pep.em
AgeCommit message (Expand)AuthorFilesLines
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-9/+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/+19
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-2/+9
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-20bfd macro conversion to inline functionsAlan Modra1-3/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
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-04Speed up direct linking with DLLs on Windows (1/2).Eric Botcazou1-112/+9
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-31/+31
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-3/+3
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-25/+25
2017-10-11ld internationalization fixesAlan Modra1-4/+4
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra1-1/+1
2017-04-11PR 21274, ld segfaults linking PE DLLAlan Modra1-50/+66
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-9/+3
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-08-20Enabling the HIGH_ENTROPY_VA flag allows the operating system to useNick Clifton1-0/+7
2014-06-26Change the default behaviour of the PE targeted linker so that timestamps areLinda Zhang1-2/+7
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/+221
2014-03-14Remove search path from -l:namespec DT_NEEDEDAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-11-22 * windres.c (define_resource): Use zero for timestamp, makingCory Fields1-2/+10
2013-03-05 * configure.host: Add x86_64-*-cygwin* as valid host.Corinna Vinschen1-2/+42