From 63a5468afa8e2cf8843d87b99e780e9266b31014 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 13 Apr 2017 13:24:18 +0930 Subject: Wrap long lines Not a comprehensive change, just some split out from fixes made for the %A and %B changes. * coffcode.h: Wrap some overly long _bfd_error_handler args. * elf.c: Likewise. * elf32-arm.c: Likewise. * elf32-i386.c: Likewise. * elf32-mep.c: Likewise. * elf64-ia64-vms.c: Likewise. * elf64-x86-64.c: Likewise. * elflink.c: Likewise. * elfnn-ia64.c: Likewise. * elfxx-mips.c: Likewise. --- bfd/elflink.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bfd/elflink.c') diff --git a/bfd/elflink.c b/bfd/elflink.c index ae8fe24..dfcc51e 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -11139,9 +11139,8 @@ elf_fixup_link_order (bfd *abfd, asection *o) /* xgettext:c-format */ (_("%A has both ordered [`%A' in %B] " "and unordered [`%A' in %B] sections"), - o, linkorder_sec, - linkorder_sec->owner, other_sec, - other_sec->owner); + o, linkorder_sec, linkorder_sec->owner, + other_sec, other_sec->owner); else _bfd_error_handler (_("%A has both ordered and unordered sections"), o); -- cgit v1.1