summaryrefslogtreecommitdiff
path: root/ld/emultempl/pep.em
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Set the default DLL chracteristics to 0 for Cygwin based targets.Jeremy Drake2021-11-171-2/+5
* Use bool in ldAlan Modra2021-03-311-65/+65
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-1/+1
* PR27226, ld.bfd contains huge .rodata sectionAlan Modra2021-01-261-0/+34
* SHF_LINK_ORDER fixup_link_order in ldAlan Modra2021-01-131-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock2020-11-201-1/+2
* After preventing creating an import library for an exe when there are no expo...Jeremy Drake2020-09-301-1/+2
* Linker: If the type is pie the results should be an executable which entry po...Frediano Ziglio2020-09-221-1/+1
* Fix a segfault when creating an import library with 0 exports.Jeremy Drake2020-09-111-1/+2
* Change the default characteristics of DLLs built by the linker to more secure...Jeremy Drake2020-08-271-17/+74
* Replace "if (x) free (x)" with "free (x)", ldAlan Modra2020-05-211-5/+2
* PR25993, read of freed memoryAlan Modra2020-05-201-26/+11
* Use bfd_get_filename throughout ldAlan Modra2020-05-191-9/+11
* Show AIX gc'd symbol address adjustments in map fileDouglas B Rupp2020-05-181-1/+2
* Prevent a potential use-after-fee memory corruption bug in the linker (for PE...Nick Clifton2020-05-181-6/+19
* Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton2020-03-301-1/+4
* ELF: Discard a section if any of its linked-to sections has been discardedH.J. Lu2020-02-061-0/+1
* For PE format files, the base relocation table is necessary if the image is l...Hannes Domani2020-01-031-2/+9
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Avoid ubsan bug complaining about &p->fieldAlan Modra2019-12-261-1/+1
* bfd, ld: add CTF section linkingNick Alcock2019-10-031-1/+4
* bfd macro conversion to inline functionsAlan Modra2019-09-201-3/+1
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Use bfd_set_filename moreAlan Modra2019-09-181-2/+2
* bfd_get_filenameAlan Modra2019-09-061-1/+1
* Rename lang_output_section_statement to lang_os_listAlan Modra2019-08-011-2/+1
* PE linker segmentation fault with MALLOC_PERTURB_=1Alan Modra2019-05-281-1/+2
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Delay evaluation of alignment expressions in output sectionsAlan Modra2018-08-261-1/+1
* Speed up direct linking with DLLs on Windows (1/2).Eric Botcazou2018-04-041-112/+9
* Add an extra library name template to the list used by the WIN32 targets.Nick Clifton2018-03-231-0/+2
* ld error/warning messagesAlan Modra2018-02-261-31/+31
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-3/+3
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* ELF: Call check_relocs after opening all inputsH.J. Lu2017-10-161-0/+1
* ld whitespace fixesAlan Modra2017-10-121-25/+25
* ld internationalization fixesAlan Modra2017-10-111-4/+4
* Don't compare boolean values against TRUE or FALSEAlan Modra2017-05-181-1/+1
* PR 21274, ld segfaults linking PE DLLAlan Modra2017-04-111-50/+66
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix spelling in comments in .em files (ld)Ambrogino Modigliani2016-11-271-1/+1
* Add support for creating ELF import librariesThomas Preud'homme2016-07-151-9/+3
* Speedup mmo and pe orphan placement for relocatable linkH.J. Lu2016-03-021-12/+18
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Re: Orphan output section with multiple input sectionsAlan Modra2015-10-291-5/+20
* Fix compile time warnings generated when compiling with clang.Nick Clifton2015-09-231-2/+2
* Remove link_info.picAlan Modra2015-08-191-4/+1
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-14/+18