summaryrefslogtreecommitdiff
path: root/ld/pe-dll.c
Commit message (Expand)AuthorAgeFilesLines
* ld: warn about PE base relocations to sections above .relocJan Beulich2021-04-061-1/+10
* Use bool in ldAlan Modra2021-03-311-58/+58
* TRUE/FALSE simplificationAlan Modra2021-03-291-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-2/+2
* Fix potentially undefined behaviour use of strcpcy.Nick Clifton2021-03-161-1/+3
* ld: don't chance overrunning PE .reloc section contentJan Beulich2021-03-151-3/+0
* ld: don't generate base relocations in PE output for absolute symbolsJan Beulich2021-03-041-3/+9
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Change the default characteristics of DLLs built by the linker to more secure...Jeremy Drake2020-08-271-3/+7
* PR26431 UBSAN: pe-dll.c:568 null pointer bsearchAlan Modra2020-08-261-2/+3
* PR 22843: ld, gold: Add --dependency-file option.Roland McGrath2020-06-231-0/+2
* Replace "if (x) free (x)" with "free (x)", ldAlan Modra2020-05-211-6/+3
* Use bfd_get_filename throughout ldAlan Modra2020-05-191-17/+21
* x86: Add i386 PE big-object supportTamar Christina2020-04-271-0/+10
* Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."Nick Clifton2020-04-171-1/+1
* Fix the test for PR 18963 so that it will work on 16-bit targets.Stephen Casner2020-04-161-1/+1
* Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton2020-03-301-1/+3
* For PE format files, the base relocation table is necessary if the image is l...Hannes Domani2020-01-031-22/+13
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* ld signed overflow fixAlan Modra2019-12-181-2/+2
* qsort: pe-dll.c reloc sortingAlan Modra2019-10-141-3/+13
* bfd, ld: add CTF section linkingNick Alcock2019-10-031-0/+1
* bfd_section_* macrosAlan Modra2019-09-191-39/+37
* Fix PR ld/24574Eric Botcazou2019-09-051-0/+5
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Remove arm-epoc-pe supportAlan Modra2018-04-161-13/+1
* Speed up direct linking with DLLs on Windows (2/2).Eric Botcazou2018-04-041-0/+35
* Speed up direct linking with DLLs on Windows (1/2).Eric Botcazou2018-04-041-126/+213
* ld error/warning messagesAlan Modra2018-02-261-28/+28
* Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra2018-02-191-1/+1
* 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
* Add libmsvcrt, libmsvcrt-os and libucrtbase to the list of libraries for whic...Martin Storsjo2017-11-231-0/+3
* ld whitespace fixesAlan Modra2017-10-121-120/+120
* ld internationalization fixesAlan Modra2017-10-111-7/+7
* Support pe-bigobj-x86-64 as an output format in 64-bit PE based linkers.Awson2017-05-091-0/+11
* PR 21274, ld segfaults linking PE DLLAlan Modra2017-04-111-36/+22
* Make the linker fail if asked to create more than 1^16 ordinal values for PE ...Nick Clifton2017-03-031-26/+29
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix generation of IDATA[6] for PE files.Rudy Y2016-12-011-2/+9
* Fix spelling in comments in C source files (ld)Ambrogino Modigliani2016-11-271-1/+1
* Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton2016-04-041-0/+3
* Improve COFF/PE linker garbage collection by preventing the removal of sectio...Nick Clifton2016-03-221-0/+3
* Remove use of alloca.Nick Clifton2016-03-211-18/+24
* Fix possible failure in the AVR linker tests.Senthil Kumar Selvaraj2016-03-181-0/+38
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-3/+3
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* This is necessary for adding __cxa_atexit support for Cygwin in GCC withoutYaakov Selkowitz2014-08-131-0/+1
* Make bfd.link_next field a unionAlan Modra2014-06-131-6/+6