From d16cbf8d517b462866ce14a0096fd3b658a13e6c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 26 Oct 2021 12:37:31 +0100 Subject: [PATCH] gcc-plugin: Attach the .text section to the .text.group. Resolves: #2016458 --- annobin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index 510a257..f9d5525 100644 --- a/annobin.spec +++ b/annobin.spec @@ -1,7 +1,7 @@ Name: annobin Summary: Annotate and examine compiled binary files -Version: 10.17 +Version: 10.20 Release: 1%{?dist} License: GPLv3+ # Maintainer: nickc@redhat.com @@ -374,6 +374,10 @@ fi #--------------------------------------------------------------------------------- %changelog +* Tue Oct 26 2021 Nick Clifton - 10.20-1 +- annocheck: Add more glibc functions. +- gcc-plugin: Attach the .text section to the .text.group. (#2016458) + * Tue Oct 19 2021 Nick Clifton - 10.17-1 - Better reporting of problems in object files. (#2013708)