mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
BFD: Wrap overlong error handler call line in `elf_gc_sweep'
bfd/ * elflink.c (elf_gc_sweep): Wrap overlong line.
This commit is contained in:
parent
7320133163
commit
8f56d4fd28
@ -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...
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user