Blame SOURCES/annobin-default-to-group-attach.patch

121a41
--- annobin.orig/gcc-plugin/annobin.cc	2022-06-15 11:55:16.777078303 +0100
121a41
+++ annobin-10.76/gcc-plugin/annobin.cc	2022-06-15 11:55:47.044923662 +0100
121a41
@@ -105,7 +105,7 @@ static uint           annobin_active_che
121a41
 
121a41
 /* Default to using section groups as the link-order
121a41
    method needs a linker from binutils 2.36 or later.  */
121a41
-attach_type annobin_attach_type = not_set;
121a41
+attach_type annobin_attach_type = group;
121a41
 
121a41
 static const char *   annobin_section_type = "%note";
121a41