aboutsummaryrefslogtreecommitdiff
path: root/ld/pe-dll.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-19aarch64-pe support for LD, GAS and BFDJedidiah Thompson1-9/+35
2022-09-15bfd, binutils, gas: Remove/mark unused variablesTsukasa OI1-7/+2
2022-09-12ld: pe: Apply review suggestions on the existing exports/imports arraysMartin Storsjö1-3/+3
2022-09-12ld: pe: Improve performance of object file exclude symbol directivesMartin Storsjö1-4/+4
2022-08-01ld: Add support for a new option, -exclude-symbols, in COFF object file direc...Martin Storsjö1-0/+10
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-4/+2
2022-05-23ld: use definitions in generate_reloc rather than raw literalsMark Harmstone1-7/+8
2022-05-12Fix an illegal memory access when creating DLLs.Alan Modra1-123/+119
2022-04-27Fix potential buffer overruns when creating DLLs.Nick Clifton1-15/+43
2022-01-11Fix multiple problems with DLL generation.Martin Storsj1-14/+18
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-04-06ld: warn about PE base relocations to sections above .relocJan Beulich1-1/+10
2021-03-31Use bool in ldAlan Modra1-58/+58
2021-03-29TRUE/FALSE simplificationAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-2/+2
2021-03-16Fix potentially undefined behaviour use of strcpcy.Nick Clifton1-1/+3
2021-03-15ld: don't chance overrunning PE .reloc section contentJan Beulich1-3/+0
2021-03-04ld: don't generate base relocations in PE output for absolute symbolsJan Beulich1-3/+9
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-27Change the default characteristics of DLLs built by the linker to more secure...Jeremy Drake1-3/+7
2020-08-26PR26431 UBSAN: pe-dll.c:568 null pointer bsearchAlan Modra1-2/+3
2020-06-23PR 22843: ld, gold: Add --dependency-file option.Roland McGrath1-0/+2
2020-05-21Replace "if (x) free (x)" with "free (x)", ldAlan Modra1-6/+3
2020-05-19Use bfd_get_filename throughout ldAlan Modra1-17/+21
2020-04-27x86: Add i386 PE big-object supportTamar Christina1-0/+10
2020-04-17Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."Nick Clifton1-1/+1
2020-04-16Fix the test for PR 18963 so that it will work on 16-bit targets.Stephen Casner1-1/+1
2020-03-30Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton1-1/+3
2020-01-03For PE format files, the base relocation table is necessary if the image is l...Hannes Domani1-22/+13
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-18ld signed overflow fixAlan Modra1-2/+2
2019-10-14qsort: pe-dll.c reloc sortingAlan Modra1-3/+13
2019-10-03bfd, ld: add CTF section linkingNick Alcock1-0/+1
2019-09-19bfd_section_* macrosAlan Modra1-39/+37
2019-09-05Fix PR ld/24574Eric Botcazou1-0/+5
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-04-16Remove arm-epoc-pe supportAlan Modra1-13/+1
2018-04-04Speed up direct linking with DLLs on Windows (2/2).Eric Botcazou1-0/+35
2018-04-04Speed up direct linking with DLLs on Windows (1/2).Eric Botcazou1-126/+213
2018-02-26ld error/warning messagesAlan Modra1-28/+28
2018-02-19Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra1-1/+1
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-11-23Add libmsvcrt, libmsvcrt-os and libucrtbase to the list of libraries for whic...Martin Storsjo1-0/+3
2017-10-12ld whitespace fixesAlan Modra1-120/+120
2017-10-11ld internationalization fixesAlan Modra1-7/+7
2017-05-09Support pe-bigobj-x86-64 as an output format in 64-bit PE based linkers.Awson1-0/+11
2017-04-11PR 21274, ld segfaults linking PE DLLAlan Modra1-36/+22
2017-03-03Make the linker fail if asked to create more than 1^16 ordinal values for PE ...Nick Clifton1-26/+29
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1