gcc-plugin: Attach the .text section to the .text.group.

Resolves: #2016458
This commit is contained in:
Nick Clifton 2021-10-26 12:37:31 +01:00
parent c30496e9c7
commit d16cbf8d51
1 changed files with 5 additions and 1 deletions

View File

@ -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 <nickc@redhat.com> - 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 <nickc@redhat.com> - 10.17-1
- Better reporting of problems in object files. (#2013708)