]> Git Repo - binutils.git/blobdiff - gdb/objfiles.c
2005-02-10 Andrew Cagney <[email protected]>
[binutils.git] / gdb / objfiles.c
index dce6156fc2ccaa4cc2fb7dc99abed7e1973ef94b..315de9a911e815e0aea7ef8305072eb0d97363c5 100644 (file)
@@ -191,7 +191,7 @@ allocate_objfile (bfd *abfd, int flags)
 
       if (build_objfile_section_table (objfile))
        {
-         error ("Can't find the file sections in `%s': %s",
+         error (_("Can't find the file sections in `%s': %s"),
                 objfile->name, bfd_errmsg (bfd_get_error ()));
        }
     }
@@ -410,7 +410,7 @@ free_objfile (struct objfile *objfile)
     {
       char *name = bfd_get_filename (objfile->obfd);
       if (!bfd_close (objfile->obfd))
-       warning ("cannot close \"%s\": %s",
+       warning (_("cannot close \"%s\": %s"),
                 name, bfd_errmsg (bfd_get_error ()));
       xfree (name);
     }
This page took 0.025176 seconds and 4 git commands to generate.