Remove redundant test in BFD_ASSERT
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index 2300e3ec735b2244cc93170b6cb7848ef3074a47..41cfec0571142c4c632e194df79cf9052f872444 100644 (file)
@@ -4689,7 +4689,7 @@ elfmdebug_build_psymtabs (struct objfile *objfile,
                         sizeof (struct ecoff_debug_info)));
 
   if (!(*swap->read_debug_info) (abfd, sec, info))
-    error ("Error reading ECOFF debugging information: %s",
+    error (_("Error reading ECOFF debugging information: %s"),
           bfd_errmsg (bfd_get_error ()));
 
   mdebug_build_psymtabs (objfile, swap, info);
This page took 0.029908 seconds and 4 git commands to generate.