ChangeLog libiberty/
[deliverable/binutils-gdb.git] / bfd / xcofflink.c
index d3e9043dc3f147b869aaae7ffb2236e92381a131..7ff920aeaaf0a6d441722f310d65510bff3c4194 100644 (file)
@@ -758,9 +758,9 @@ xcoff_set_import_path (struct bfd_link_info *info,
           *pp != NULL;
           pp = &(*pp)->next, ++c)
        {
-         if (strcmp ((*pp)->path, imppath) == 0
-             && strcmp ((*pp)->file, impfile) == 0
-             && strcmp ((*pp)->member, impmember) == 0)
+         if (filename_cmp ((*pp)->path, imppath) == 0
+             && filename_cmp ((*pp)->file, impfile) == 0
+             && filename_cmp ((*pp)->member, impmember) == 0)
            break;
        }
 
This page took 0.023221 seconds and 4 git commands to generate.