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

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