Fix function section support (again). (#1630574)

This commit is contained in:
Nick Clifton 2018-10-03 09:37:55 +01:00
parent fa19a50b6c
commit 5b660fd112
1 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@
Name: annobin
Summary: Binary annotation plugin for GCC
Version: 8.44
Version: 8.45
Release: 1%{?dist}
License: GPLv3+
@ -204,6 +204,9 @@ make check
#---------------------------------------------------------------------------------
%changelog
* Mon Oct 01 2018 Nick Clifton <nickc@redhat.com> - 8.45-1
- Fix function section support (again). (#1630574)
* Fri Sep 28 2018 Nick Clifton <nickc@redhat.com> - 8.44-1
- Skip compiler option checks for non-GNU producers. (#1633749)