From c2e42d19a90d63b663fa89408c7d06aa740cc82e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 23 Jun 2023 13:15:22 +0100 Subject: [PATCH] Add misssing patch file. Resolves: #2196505 --- annobin-tmp-default-to-using-group-attach.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 annobin-tmp-default-to-using-group-attach.patch diff --git a/annobin-tmp-default-to-using-group-attach.patch b/annobin-tmp-default-to-using-group-attach.patch new file mode 100644 index 0000000..cdab789 --- /dev/null +++ b/annobin-tmp-default-to-using-group-attach.patch @@ -0,0 +1,11 @@ +--- annobin.orig/gcc-plugin/annobin.cc 2023-06-23 09:52:10.176119281 +0100 ++++ annobin-12.14/gcc-plugin/annobin.cc 2023-06-23 10:06:28.621554381 +0100 +@@ -3155,7 +3155,7 @@ plugin_init (struct plugin_name_args * + versions that are needed. (Note - 2.35.2, as used by RHEL-9, is insufficient). + See BZ 2016458 for an example of where this solution is needed. */ + #if GCCPLUGIN_VERSION_MAJOR >= 12 +- annobin_attach_type = link_order; ++ annobin_attach_type = group; + #else + annobin_attach_type = group; + #endif