Fix address violation parsing a corrupt SOM binary.
[deliverable/binutils-gdb.git] / bfd / cpu-arm.c
index 80bd29687d73fdf452a869b09cc4059b14eb73d8..3d4ed5dffffe2c3f9442e4702e7e82ea97c5defb 100644 (file)
@@ -335,8 +335,8 @@ bfd_arm_update_notes (bfd *abfd, const char *note_section)
        {
          _bfd_error_handler
            /* xgettext: c-format */
-           (_("warning: unable to update contents of %s section in %s"),
-            note_section, bfd_get_filename (abfd));
+           (_("warning: unable to update contents of %s section in %B"),
+            note_section, abfd);
          goto FAIL;
        }
     }
This page took 0.023867 seconds and 4 git commands to generate.