ChangeLog binutils/
[deliverable/binutils-gdb.git] / binutils / wrstabs.c
index fd2283f2e2c8a2406ecbe634d20fee7df70fe61d..0ca861ce8d84b4b9dbdc0d9a1c11c72bbf673b90 100644 (file)
@@ -27,6 +27,7 @@
 #include <assert.h>
 #include "bfd.h"
 #include "libiberty.h"
+#include "filenames.h"
 #include "safe-ctype.h"
 #include "bucomm.h"
 #include "debug.h"
@@ -2261,7 +2262,7 @@ stab_lineno (void *p, const char *file, unsigned long lineno, bfd_vma addr)
   if (addr > info->last_text_address)
     info->last_text_address = addr;
 
-  if (strcmp (file, info->lineno_filename) != 0)
+  if (filename_cmp (file, info->lineno_filename) != 0)
     {
       if (! stab_write_symbol (info, N_SOL, 0, addr, file))
        return FALSE;
This page took 0.023762 seconds and 4 git commands to generate.