ChangeLog binutils/
[deliverable/binutils-gdb.git] / binutils / srconv.c
index c288fd5df85d19c6863c2d644a4968dad75384ff..7b3d4a7550cd8e29ce068aaae7e754465b1b750c 100644 (file)
@@ -32,6 +32,7 @@
 #include "sysroff.h"
 #include "coffgrok.h"
 #include "libiberty.h"
+#include "filenames.h"
 #include "getopt.h"
 
 #include "coff/internal.h"
@@ -1818,7 +1819,7 @@ main (int ac, char **av)
          ++optind;
          if (optind < ac)
            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.022663 seconds and 4 git commands to generate.