Blame SOURCES/binutils-PowerPC-IEEE-long-double-warnings.patch

381f6c
--- binutils.orig/bfd/elf32-ppc.c	2018-06-12 17:35:40.931551297 +0100
381f6c
+++ binutils-2.30/bfd/elf32-ppc.c	2018-06-12 17:37:22.252441292 +0100
381f6c
@@ -4677,12 +4677,12 @@ _bfd_elf_ppc_merge_fp_attributes (bfd *i
381f6c
 	_bfd_error_handler
381f6c
 	  /* xgettext:c-format */
381f6c
 	  (_("Warning: %B uses IBM long double, "
381f6c
-	     "%B uses IEEE long double"), ibfd, obfd);
381f6c
+	     "%B uses IEEE long double"), obfd, ibfd);
381f6c
       else if (out_fp == 3 * 4 && in_fp == 1 * 4)
381f6c
 	_bfd_error_handler
381f6c
 	  /* xgettext:c-format */
381f6c
 	  (_("Warning: %B uses IBM long double, "
381f6c
-	     "%B uses IEEE long double"), obfd, ibfd);
381f6c
+	     "%B uses IEEE long double"), ibfd, obfd);
381f6c
     }
381f6c
 }
381f6c