This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] BFD: Wrap overlong error handler call line in `elf_gc_sweep'


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8f56d4fd28b887cc709524b1993c9da4c64b0696

commit 8f56d4fd28b887cc709524b1993c9da4c64b0696
Author: Maciej W. Rozycki <macro@imgtec.com>
Date:   Thu Feb 2 16:44:09 2017 +0000

    BFD: Wrap overlong error handler call line in `elf_gc_sweep'
    
    	bfd/
    	* elflink.c (elf_gc_sweep): Wrap overlong line.

Diff:
---
 bfd/ChangeLog | 4 ++++
 bfd/elflink.c | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e7a4664..62a3fea 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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...
diff --git a/bfd/elflink.c b/bfd/elflink.c
index 9c71d57..dfebb11 100644
--- a/bfd/elflink.c
+++ b/bfd/elflink.c
@@ -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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]