summaryrefslogtreecommitdiff
path: root/ld/pe-dll.c
Commit message (Expand)AuthorAgeFilesLines
* Use stdint types in coff internal_auxentAlan Modra2023-03-271-1/+1
* So the linker from producing an export data table when run with --exclude-all...Nick Clifton2023-02-201-1/+2
* Re: Another fix for EFI generation with LTO enabledAlan Modra2023-01-311-16/+0
* Another fix for EFI generation with LTO enabled.Nick Clifton2023-01-271-11/+27
* Fix seg-fault when generating an empty DLL with LTO enabled.Nick Clifton2023-01-241-22/+43
* Use __func__ rather than __FUNCTION__Alan Modra2023-01-121-6/+6
* Add aarch64-w64-mingw32 targetMark Harmstone2023-01-101-6/+6
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* aarch64-pe support for LD, GAS and BFDJedidiah Thompson2022-10-191-9/+35
* bfd, binutils, gas: Remove/mark unused variablesTsukasa OI2022-09-151-7/+2
* ld: pe: Apply review suggestions on the existing exports/imports arraysMartin Storsjö2022-09-121-3/+3
* ld: pe: Improve performance of object file exclude symbol directivesMartin Storsjö2022-09-121-4/+4
* ld: Add support for a new option, -exclude-symbols, in COFF object file direc...Martin Storsjö2022-08-011-0/+10
* Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-011-4/+2
* ld: use definitions in generate_reloc rather than raw literalsMark Harmstone2022-05-231-7/+8
* Fix an illegal memory access when creating DLLs.Alan Modra2022-05-121-123/+119
* Fix potential buffer overruns when creating DLLs.Nick Clifton2022-04-271-15/+43
* Fix multiple problems with DLL generation.Martin Storsj2022-01-111-14/+18
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* 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