diff options
Diffstat (limited to 'bfd/cpu-arm.c')
-rw-r--r-- | bfd/cpu-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cpu-arm.c b/bfd/cpu-arm.c index 3e1622c..2eb99e1 100644 --- a/bfd/cpu-arm.c +++ b/bfd/cpu-arm.c @@ -331,7 +331,7 @@ bfd_arm_update_notes (bfd *abfd, const char *note_section) if (! bfd_set_section_contents (abfd, arm_arch_section, buffer, (file_ptr) 0, buffer_size)) { - (*_bfd_error_handler) + _bfd_error_handler (_("warning: unable to update contents of %s section in %s"), note_section, bfd_get_filename (abfd)); goto FAIL; |