summaryrefslogtreecommitdiff
path: root/binutils/windmc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | * windmc.c (set_endianess): Use bfd_get_target_info. * windres.c (set_endianess): Likewise. (find_arch_match): Removed.
* * obcopy.c (copy_object): New parameter `input_arch', architectureNick Clifton2009-09-111-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.
* PR7044Nick Clifton2008-11-251-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.
* 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
| | | | | | | * 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.
* PR binutils/55326Nick Clifton2008-01-091-3/+11
| | | | | | * bucomm.c (list_supported_architectures): Free architecture list after use. * windres.c (set_endianess): Likewise. * windmc.c (set_endianess): Likewise.
* Change sources over to using GPLv3Nick Clifton2007-07-051-1/+2
|
* * Makefile.am: Add windmc tool.Nick Clifton2007-06-191-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.