Blame SOURCES/annobin-nop.patch

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