Update description of the -plugin option used by the linker, ar and nm.
[deliverable/binutils-gdb.git] / binutils / windmc.c
index e4f9b598e17a76ce0c29686b20625fc0a8fa3fe3..4de02ce238045e9367cd0638b22c64b03395e092 100644 (file)
@@ -1,6 +1,5 @@
 /* windmc.c -- a program to compile Windows message files.
-   Copyright 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2007-2017 Free Software Foundation, Inc.
    Written by Kai Tietz, Onevision.
 
    This file is part of GNU Binutils.
@@ -953,6 +952,7 @@ main (int argc, char **argv)
 
   program_name = argv[0];
   xmalloc_set_program_name (program_name);
+  bfd_set_error_program_name (program_name);
 
   expandargv (&argc, &argv);
 
This page took 0.023602 seconds and 4 git commands to generate.