diff options
Diffstat (limited to 'bfd/coffgen.c')
-rw-r--r-- | bfd/coffgen.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/coffgen.c b/bfd/coffgen.c index 18f423ba89f..31c2c5a1baa 100644 --- a/bfd/coffgen.c +++ b/bfd/coffgen.c @@ -3004,7 +3004,8 @@ coff_gc_sweep (bfd *abfd ATTRIBUTE_UNUSED, struct bfd_link_info *info) if (info->print_gc_sections && o->size != 0) /* xgettext: c-format */ - _bfd_error_handler (_("Removing unused section '%s' in file '%B'"), sub, o->name); + _bfd_error_handler (_("Removing unused section '%A' in file '%B'"), + o, sub); #if 0 /* But we also have to update some of the relocation |