aboutsummaryrefslogtreecommitdiff
path: root/binutils/windmc.c
AgeCommit message (Collapse)AuthorFilesLines
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
* windmc.c (set_endianess): Use bfd_get_target_info. * windres.c (set_endianess): Likewise. (find_arch_match): Removed.
2009-09-11 * obcopy.c (copy_object): New parameter `input_arch', architectureNick Clifton1-6/+1
of input file, if not specified in input file itself; all callers updated; `binary_architecture' hack removed. (copy_archive, copy_file): New parameter `input_arch', for `copy_object' usage. (copy_main): Accept `-B' (`--binary-architecture') option also for any arch-less input ifile format, not only `binary'; remove bfd_external_binary_architecture hack; instead, add `input_arch' to calls to `copy_file'. * windres.c, windmc.c : Obsolete and useless external references to `bfd_external_binary_architecture' or `bfd_external_machine' removed. * binary.c (binary_object_p): Remove bfd_external_binary_architecture hack. objcopy `-B' (`--binary-architecture') option is now handled in a generic way.
2008-11-25 PR7044Nick Clifton1-2/+3
* dlltool.c (run): Use formatting string to avoid compile time warning. (gen_exp_file): Check return value from fread. * windmc.c (main): Check return value from fread.
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
* nlmconv.c (main, powerpc_build_stubs): Likewise. * rescoff.c (write_coff_file): Likewise. * resres.c (write_res_file): Likewise. * windmc.c (windmc_write_bin): Likewise.
2008-01-09PR binutils/55326Nick Clifton1-3/+11
* bucomm.c (list_supported_architectures): Free architecture list after use. * windres.c (set_endianess): Likewise. * windmc.c (set_endianess): Likewise.
2007-07-05Change sources over to using GPLv3Nick Clifton1-1/+2
2007-06-19* Makefile.am: Add windmc tool.Nick Clifton1-0/+1197
* Makefile.in: Regenerate. * configure.in: Add windmc tool. * configure: Regenerate. * mclex.c: New. * mcparse.y: New. * windmc.c: New. * windmc.h: New. * doc/Makefile.am: Add windmc tool. * doc/Makefile.in: Regenerate. * doc/binutils.texi: Add windmc documentation. * NEWS: Mention new tool.