aboutsummaryrefslogtreecommitdiff
path: root/binutils/dlltool.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-04dlltool: replace unchecked malloc with xmallocNandakumar Edamana1-1/+1
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-23bfd_get_symbol_leading_char vs. ""Alan Modra1-1/+2
2023-08-03binutils sprintf optimisationAlan Modra1-2/+2
2023-08-03dlltool: sprintf sanitizer null destination pointerAlan Modra1-3/+5
2023-05-25PR29189, dlltool delaylibs corrupt float/double argumentsAlan Modra1-13/+39
2023-01-10Add aarch64-w64-mingw32 targetMark Harmstone1-4/+53
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-09-01dllwrap, windres and dlltools use mktemp, which should be avoidedNick Clifton1-1/+1
2022-08-23Add an option to dlltool to allow the creation of deterministic libraries.Nick Clifton1-38/+64
2022-05-19Fix potentially uninitialised variables in the Windows toolsNick Clifton1-1/+1
2022-03-16dlltool: Use the output name as basis for deterministic temp prefixesMartin Storsj?1-3/+4
2022-01-22Allow inferring tmp_prefix from the dll name from a def file.Martin Storsj?1-17/+17
2022-01-11Fix multiple problems with DLL generation.Martin Storsj1-3/+17
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-06Modernise yyerrorAlan Modra1-3/+1
2021-04-05C99 binutils configuryAlan Modra1-3/+1
2021-03-31Use bool in binutilsAlan Modra1-43/+43
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-01-13Add SEH support to code generated by dlltool.Zebediah Figura1-21/+29
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-07-09Remove powerpc PE supportAlan Modra1-299/+25
2020-05-21Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra1-12/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-23coff bfd.h tidyAlan Modra1-0/+1
2019-09-19bfd_section_* macrosAlan Modra1-9/+7
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-15BFD_INIT_MAGICAlan Modra1-1/+2
2018-04-16Remove arm-epoc-pe supportAlan Modra1-19/+2
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-02-28Revert "Add symbol called __nm_<name> to exported symbols created by dlltool."Nick Clifton1-19/+1
2017-02-27Add symbol called __nm_<name> to exported symbols created by dlltool.Rudy Y1-1/+19
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-14Generate correct hint value for IDATA6.Rudy1-16/+5
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-1/+2
2016-03-21Remove use of alloca.Nick Clifton1-10/+12
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in binutilsH.J. Lu1-29/+29
2015-05-29Fixes a couple of bugs reported in dlltool.Stephen Kitt1-0/+4
2015-05-12Enables the -t abbreviated form of the --temp-prefix command line option for ...Stephen Kitt1-2/+2
2015-03-05Fixes PR 17994 - which reported that dlltool was not deleting temporary files...Nick Clifton1-9/+43
2015-01-27Fix memory access violations triggered by running dlltool on corrupt binaries.Nick Clifton1-1/+9
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton1-0/+1
2015-01-07Fix memory access violations uncovered by running the dlltool on fuzzed binar...Nick Clifton1-0/+3
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2014-01-07remove VA_* from binutilsTom Tromey1-5/+6
2012-10-29binutils/Alan Modra1-11/+12
2012-08-03 * dlltool.c (scan_obj_file): Close arfile after callingTom Tromey1-1/+3