Correct ChangeLog entry
[deliverable/binutils-gdb.git] / bfd / cpu-arm.c
index e3c97c78855041d7055b325150d5accf4f726912..3d4ed5dffffe2c3f9442e4702e7e82ea97c5defb 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the ARM processor
-   Copyright (C) 1994-2016 Free Software Foundation, Inc.
+   Copyright (C) 1994-2017 Free Software Foundation, Inc.
    Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org)
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -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.023136 seconds and 4 git commands to generate.