diff options
Diffstat (limited to 'bfd/cpu-arm.c')
-rw-r--r-- | bfd/cpu-arm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/cpu-arm.c b/bfd/cpu-arm.c index 80bd296..3d4ed5d 100644 --- a/bfd/cpu-arm.c +++ b/bfd/cpu-arm.c @@ -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; } } |