This is the mail archive of the binutils@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]

[committed] BFD/PA: Correct formatting in `elf_hppa_info_to_howto_rel'


Wrap the `_bfd_error_handler' call to fit in 80 columns, fixing commit 
e8f5af786c76 ("Use standardized error message for unrecognized relocs.").

	bfd/
	* elf-hppa.h (elf_hppa_info_to_howto_rel): Correct 
	`_bfd_error_handler' call formatting.
---
Hi,

 Regression-tested and committed as obvious.

  Maciej
---
 bfd/elf-hppa.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

binutils-hppa-bfd-info-to-howto-rel-format.diff
Index: binutils/bfd/elf-hppa.h
===================================================================
--- binutils.orig/bfd/elf-hppa.h	2018-03-27 18:15:04.000000000 +0100
+++ binutils/bfd/elf-hppa.h	2018-03-27 18:15:32.295716776 +0100
@@ -1051,7 +1051,8 @@ elf_hppa_info_to_howto_rel (bfd *abfd,
   if (r_type >= (unsigned int) R_PARISC_UNIMPLEMENTED)
     {
       /* xgettext:c-format */
-      _bfd_error_handler (_("%pB: unsupported relocation type %#x"), abfd, r_type);
+      _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
+			  abfd, r_type);
       bfd_set_error (bfd_error_bad_value);
       return FALSE;
     }


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