BFD: Wrap overlong error handler call line in `elf_gc_sweep'
authorMaciej W. Rozycki <macro@imgtec.com>
Thu, 2 Feb 2017 16:44:09 +0000 (16:44 +0000)
committerMaciej W. Rozycki <macro@imgtec.com>
Thu, 2 Feb 2017 22:17:42 +0000 (22:17 +0000)
bfd/
* elflink.c (elf_gc_sweep): Wrap overlong line.

bfd/ChangeLog
bfd/elflink.c

index e7a46644a671dbb4d21554aaaad9571a6718cc24..62a3fea82fefd71844f1ac19aa37a634a2f3c78d 100644 (file)
@@ -1,3 +1,7 @@
+2017-02-02  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * elflink.c (elf_gc_sweep): Wrap overlong line.
+
 2017-01-30  Maciej W. Rozycki  <macro@imgtec.com>
 
        * elfxx-mips.h (_bfd_mips_elf_insn32): Rename prototype to...
index 9c71d57813e4d65b63a108651105ebed1d398780..dfebb11a3313bfbfa1fcfea49f5eacd39f7331a7 100644 (file)
@@ -12944,7 +12944,8 @@ elf_gc_sweep (bfd *abfd, 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 '%s' in file '%B'"),
+                               sub, o->name);
 
          /* But we also have to update some of the relocation
             info we collected before.  */
This page took 0.03801 seconds and 4 git commands to generate.