Blame SOURCES/annobin-nop.patch

099118
diff -rup annobin.orig/gcc-plugin/annobin.cc annobin-9.72/gcc-plugin/annobin.cc
099118
--- annobin.orig/gcc-plugin/annobin.cc	2021-05-17 17:25:32.693441649 +0100
099118
+++ annobin-9.72/gcc-plugin/annobin.cc	2021-05-17 17:25:50.176331776 +0100
099118
@@ -1722,7 +1722,7 @@ annobin_emit_start_sym_and_version_note
099118
 	 Ensure that we do not have empty special text sections so that the
099118
 	 annobin start symbols are never beyond the end of the sections.  */
099118
       if (* suffix && enable_ppc64_nops)
099118
-	annobin_emit_asm (".nop", "Inserted by the annobin plugin.  Disable with -fplugin-arg-annobin-no-ppc64-nops");
099118
+	annobin_emit_asm ("nop", "Inserted by the annobin plugin.  Disable with -fplugin-arg-annobin-no-ppc64-nops");
099118
     }
099118
   else
099118
     fprintf (asm_out_file, "\t.equiv %s%s, .\n", annobin_output_filesym, suffix);