Lint fixes from Paul Eggert (eggert@twinsun.com):
[deliverable/binutils-gdb.git] / gdb / objfiles.c
index 4dae610bd5b43607a871276b93e3c228783cd911..278aa4490b8474928570e94794fb2388b82ca526 100644 (file)
@@ -435,7 +435,8 @@ open_existing_mapped_file (symsfilename, mtime, mapped)
        {
          if (!mapped)
            {
-             warning ("mapped symbol file `%s' is out of date", symsfilename);
+             warning ("mapped symbol file `%s' is out of date, ignored it",
+                      symsfilename);
            }
        }
       else if ((fd = open (symsfilename, O_RDWR)) < 0)
This page took 0.033592 seconds and 4 git commands to generate.