aboutsummaryrefslogtreecommitdiff
path: root/ld/pe-dll.c
AgeCommit message (Expand)AuthorFilesLines
14 daysImprove comments describing the Import Directory TablePali Roh?r1-1/+1
2024-06-25Revert 4ee1d7e401a8c1aedfdc86aac7faa8267eab1e5cNick Clifton1-9/+2
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-10-02Use bfd_get_current_time in places where it is suitableNick Clifton1-9/+1
2023-08-11warn unused result for bfd IO functionsAlan Modra1-27/+51
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-10/+10
2023-08-03ld: sprintf sanitizer null destination pointerAlan Modra1-10/+8
2023-08-02Revert "2.41 Release sources"Sam James1-1/+12
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-12/+1
2023-07-24objcopy embeds the current time and ignores SOURCE_DATE_EPOCH making the outp...Johannes Schauer Marin Rodrigues1-1/+12
2023-07-17PR10957, Missing option to really print section+offsetAlan Modra1-1/+1
2023-06-14asprintf memory leaksAlan Modra1-0/+7
2023-05-17Decorated symbols in import libs (BUG 30421)Luca Bacci1-7/+32
2023-05-08PR30343, LTO ignores linker reference to _pei386_runtime_relocatorAlan Modra1-0/+1
2023-03-27Use stdint types in coff internal_auxentAlan Modra1-1/+1
2023-02-20So the linker from producing an export data table when run with --exclude-all...Nick Clifton1-1/+2
2023-01-31Re: Another fix for EFI generation with LTO enabledAlan Modra1-16/+0
2023-01-27Another fix for EFI generation with LTO enabled.Nick Clifton1-11/+27
2023-01-24Fix seg-fault when generating an empty DLL with LTO enabled.Nick Clifton1-22/+43
2023-01-12Use __func__ rather than __FUNCTION__Alan Modra1-6/+6
2023-01-10Add aarch64-w64-mingw32 targetMark Harmstone1-6/+6
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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