Blame annobin-plugin-default-string-notes.patch

9e5f183
--- annobin.orig/gcc-plugin/annobin.cc	2023-05-05 11:03:18.395959180 +0100
9e5f183
+++ annobin-12.10/gcc-plugin/annobin.cc	2023-05-05 11:04:03.241964885 +0100
9e5f183
@@ -80,7 +80,7 @@ unsigned long  annobin_max_stack_size =
9e5f183
 bool           annobin_is_64bit = false;
9e5f183
 
9e5f183
 /* Where to put notes.  */
9e5f183
-note_type      annobin_note_format = note;
9e5f183
+note_type      annobin_note_format = string;
9e5f183
 
9e5f183
 /* Default to using section groups as the link-order
9e5f183
    method needs a linker from binutils 2.36 or later.  */