You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
472 B
12 lines
472 B
--- annobin.orig/gcc-plugin/annobin.cc 2022-06-15 11:55:16.777078303 +0100
|
|
+++ annobin-10.76/gcc-plugin/annobin.cc 2022-06-15 11:55:47.044923662 +0100
|
|
@@ -105,7 +105,7 @@ static uint annobin_active_che
|
|
|
|
/* Default to using section groups as the link-order
|
|
method needs a linker from binutils 2.36 or later. */
|
|
-attach_type annobin_attach_type = not_set;
|
|
+attach_type annobin_attach_type = group;
|
|
|
|
static const char * annobin_section_type = "%note";
|
|
|