aboutsummaryrefslogtreecommitdiff
path: root/bfd/oasys.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/oasys.c')
-rw-r--r--bfd/oasys.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/oasys.c b/bfd/oasys.c
index 0479679..06491aa 100644
--- a/bfd/oasys.c
+++ b/bfd/oasys.c
@@ -878,8 +878,7 @@ oasys_write_sections (bfd *abfd)
{
_bfd_error_handler
/* xgettext:c-format */
- (_("%s: can not represent section `%s' in oasys"),
- bfd_get_filename (abfd), s->name);
+ (_("%B: can not represent section `%A' in oasys"), abfd, s);
bfd_set_error (bfd_error_nonrepresentable_section);
return FALSE;
}