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

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