Use %A and %B in more error messages
[deliverable/binutils-gdb.git] / bfd / coffgen.c
index 18f423ba89f8e5ba92d380e75f893e538838e91f..31c2c5a1baa620fb181dd49d6dab7e954627729c 100644 (file)
@@ -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
This page took 0.024857 seconds and 4 git commands to generate.