Don't add PHDR for objcopy/strip or ld script specifying PHDRS
[deliverable/binutils-gdb.git] / bfd / vms-lib.c
index 863b915dfe1696a435ed8c52ff25bdfdffa0972d..a67ecfa24bde1db98469e80ee584275fbcfd9fb7 100644 (file)
@@ -1441,8 +1441,9 @@ _bfd_vms_lib_get_imagelib_file (bfd *el)
 
   if (res == NULL)
     {
-      (*_bfd_error_handler)(_("could not open shared image '%s' from '%s'"),
-                            filename, archive->filename);
+      /* xgettext:c-format */
+      _bfd_error_handler(_("could not open shared image '%s' from '%s'"),
+                        filename, archive->filename);
       bfd_release (archive, filename);
       return NULL;
     }
This page took 0.030962 seconds and 4 git commands to generate.