* config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
[deliverable/binutils-gdb.git] / ld / ldfile.c
index a9a69544d33cd9f8b38c3298d7fac28bb9041db7..5bbe1d8447e020d5b384e03d33fa726d45d55a32 100644 (file)
@@ -443,7 +443,7 @@ ldfile_open_file (lang_input_statement_type *entry)
       if (ldfile_try_open_bfd (entry->filename, entry))
        return;
 
-      if (strcmp (entry->filename, entry->local_sym_name) != 0)
+      if (filename_cmp (entry->filename, entry->local_sym_name) != 0)
        einfo (_("%P: cannot find %s (%s): %E\n"),
               entry->filename, entry->local_sym_name);
       else
This page took 0.022806 seconds and 4 git commands to generate.