summaryrefslogtreecommitdiff
path: root/binutils/windmc.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* bfd, binutils, gas: Remove/mark unused variablesTsukasa OI2022-09-151-3/+1
* Fix potentially uninitialised variables in the Windows toolsNick Clifton2022-05-191-3/+3
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* C99 binutils configuryAlan Modra2021-04-051-3/+1
* Use bool in binutilsAlan Modra2021-03-311-1/+1
* binutils int vs bfd_boolean fixesAlan Modra2021-03-291-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Fix printf formatting errors where "0x" is used as a prefix for a decimal num...Dr. David Alan Gilbert2020-10-221-4/+4
* Fix compile time error building windmc, detected by gcc 11.Nick Clifton2020-10-051-1/+1
* [PATCH] fix windmc typedef bugJoel Anderson2020-06-031-2/+2
* Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra2020-05-211-6/+3
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* BFD_INIT_MAGICAlan Modra2018-10-151-1/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton2015-01-211-0/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-2/+1
* Fix spelling mistakes.Nick Clifton2011-06-021-5/+5
* * windmc.c: ,%s' -> `%s' in a number of strings.Alan Modra2010-11-151-4/+4
* 2009-11-16 Kai Tietz <kai.tietz@onevision.com>Kai Tietz2009-11-161-34/+4
* * obcopy.c (copy_object): New parameter `input_arch', architectureNick Clifton2009-09-111-6/+1
* PR7044Nick Clifton2008-11-251-2/+3
* Remove unnecessary casts on obstack_alloc invocations.Alan Modra2008-10-211-1/+1
* Silence gcc printf warningsAlan Modra2008-07-301-7/+9
* * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags.Alan Modra2008-07-071-6/+4
* PR binutils/55326Nick Clifton2008-01-091-3/+11
* Change sources over to using GPLv3Nick Clifton2007-07-051-1/+2
* * Makefile.am: Add windmc tool.Nick Clifton2007-06-191-0/+1197