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

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