aboutsummaryrefslogtreecommitdiff
path: root/binutils/windmc.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-15bfd, binutils, gas: Remove/mark unused variablesTsukasa OI1-3/+1
2022-05-19Fix potentially uninitialised variables in the Windows toolsNick Clifton1-3/+3
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-04-05C99 binutils configuryAlan Modra1-3/+1
2021-03-31Use bool in binutilsAlan Modra1-1/+1
2021-03-29binutils int vs bfd_boolean fixesAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-10-22Fix printf formatting errors where "0x" is used as a prefix for a decimal num...Dr. David Alan Gilbert1-4/+4
2020-10-05Fix compile time error building windmc, detected by gcc 11.Nick Clifton1-1/+1
2020-06-03[PATCH] fix windmc typedef bugJoel Anderson1-2/+2
2020-05-21Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra1-6/+3
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-15BFD_INIT_MAGICAlan Modra1-1/+2
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton1-0/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2011-06-02Fix spelling mistakes.Nick Clifton1-5/+5
2010-11-15 * windmc.c: ,%s' -> `%s' in a number of strings.Alan Modra1-4/+4
2009-11-162009-11-16 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-34/+4
2009-09-11 * obcopy.c (copy_object): New parameter `input_arch', architectureNick Clifton1-6/+1
2008-11-25 PR7044Nick Clifton1-2/+3
2008-10-21Remove unnecessary casts on obstack_alloc invocations.Alan Modra1-1/+1
2008-07-30Silence gcc printf warningsAlan Modra1-7/+9
2008-07-07 * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags.Alan Modra1-6/+4
2008-01-09PR binutils/55326Nick Clifton1-3/+11
2007-07-05Change sources over to using GPLv3Nick Clifton1-1/+2
2007-06-19* Makefile.am: Add windmc tool.Nick Clifton1-0/+1197