ChangeLog binutils/
[deliverable/binutils-gdb.git] / binutils / nlmconv.c
index a675f61b62b4ed1bd2a087a51900f92eb91ae9f5..157b41c21f8b014d86f4c190668616f568b7492c 100644 (file)
@@ -37,6 +37,7 @@
 #include "sysdep.h"
 #include "bfd.h"
 #include "libiberty.h"
+#include "filenames.h"
 #include "safe-ctype.h"
 
 #include "ansidecl.h"
@@ -268,7 +269,7 @@ main (int argc, char **argv)
          ++optind;
          if (optind < argc)
            show_usage (stderr, 1);
-         if (strcmp (input_file, output_file) == 0)
+         if (filename_cmp (input_file, output_file) == 0)
            {
              fatal (_("input and output files must be different"));
            }
This page took 0.023591 seconds and 4 git commands to generate.