summaryrefslogtreecommitdiff
path: root/binutils/dlltool.c
Commit message (Expand)AuthorAgeFilesLines
* Add aarch64-w64-mingw32 targetMark Harmstone2023-01-101-4/+53
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* dllwrap, windres and dlltools use mktemp, which should be avoidedNick Clifton2022-09-011-1/+1
* Add an option to dlltool to allow the creation of deterministic libraries.Nick Clifton2022-08-231-38/+64
* Fix potentially uninitialised variables in the Windows toolsNick Clifton2022-05-191-1/+1
* dlltool: Use the output name as basis for deterministic temp prefixesMartin Storsj?2022-03-161-3/+4
* Allow inferring tmp_prefix from the dll name from a def file.Martin Storsj?2022-01-221-17/+17
* Fix multiple problems with DLL generation.Martin Storsj2022-01-111-3/+17
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Modernise yyerrorAlan Modra2021-11-061-3/+1
* C99 binutils configuryAlan Modra2021-04-051-3/+1
* Use bool in binutilsAlan Modra2021-03-311-43/+43
* TRUE/FALSE simplificationAlan Modra2021-03-291-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-2/+2
* Add SEH support to code generated by dlltool.Zebediah Figura2021-01-131-21/+29
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Remove powerpc PE supportAlan Modra2020-07-091-299/+25
* Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra2020-05-211-12/+4
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* coff bfd.h tidyAlan Modra2019-09-231-0/+1
* bfd_section_* macrosAlan Modra2019-09-191-9/+7
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* BFD_INIT_MAGICAlan Modra2018-10-151-1/+2
* Remove arm-epoc-pe supportAlan Modra2018-04-161-19/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Revert "Add symbol called __nm_<name> to exported symbols created by dlltool."Nick Clifton2017-02-281-19/+1
* Add symbol called __nm_<name> to exported symbols created by dlltool.Rudy Y2017-02-271-1/+19
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Generate correct hint value for IDATA6.Rudy2016-11-141-16/+5
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-1/+2
* Remove use of alloca.Nick Clifton2016-03-211-10/+12
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Remove trailing spaces in binutilsH.J. Lu2015-08-121-29/+29
* Fixes a couple of bugs reported in dlltool.Stephen Kitt2015-05-291-0/+4
* Enables the -t abbreviated form of the --temp-prefix command line option for ...Stephen Kitt2015-05-121-2/+2
* Fixes PR 17994 - which reported that dlltool was not deleting temporary files...Nick Clifton2015-03-051-9/+43
* Fix memory access violations triggered by running dlltool on corrupt binaries.Nick Clifton2015-01-271-1/+9
* Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton2015-01-211-0/+1
* Fix memory access violations uncovered by running the dlltool on fuzzed binar...Nick Clifton2015-01-071-0/+3
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-2/+1
* remove VA_* from binutilsTom Tromey2014-01-071-5/+6
* binutils/Alan Modra2012-10-291-11/+12
* * dlltool.c (scan_obj_file): Close arfile after callingTom Tromey2012-08-031-1/+3
* Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra2012-05-051-2/+2
* PR binutils/13682Kai Tietz2012-02-211-11/+47
* * sysdep.h: Include sys/stat.h here.Alan Modra2012-02-091-12/+3
* 2011-10-13 Nick Clifton <nickc@redhat.com>Nick Clifton2011-10-131-3/+3
* 2010-12-01 Kai Tietz <kai.tietz@onevision.com>Kai Tietz2010-12-011-0/+13
* 2010-10-30 Kai Tietz <kai.tietz@onevision.com>Kai Tietz2010-10-301-3/+17