Fix edge case computing section names for end symbols. (#1637039)
This commit is contained in:
parent
66bc6309ff
commit
863cedb167
1
.gitignore
vendored
1
.gitignore
vendored
@ -78,3 +78,4 @@
|
||||
/annobin-8.45.tar.xz
|
||||
/annobin-8.48.tar.xz
|
||||
/annobin-8.49.tar.xz
|
||||
/annobin-8.50.tar.xz
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 8.49
|
||||
Version: 8.50
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -204,6 +204,9 @@ make check
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon Oct 08 2018 Nick Clifton <nickc@redhat.com> - 8.50-1
|
||||
- Fix edge case computing section names for end symbols. (#1637039)
|
||||
|
||||
* Mon Oct 08 2018 Nick Clifton <nickc@redhat.com> - 8.49-1
|
||||
- Skip dynamic checks for binaries without a dynamic segment. (#1636606)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-8.49.tar.xz) = 933f23303085222ca60f4e5d5279959a648632b9f84a118bc8faf98b1968ccf65a35ee685fd8170321c466474acec323107d1d4fc672acc4280609662f2f95da
|
||||
SHA512 (annobin-8.50.tar.xz) = 1afdc50b472956eae64a015b544ae3e733fd758125d3e446f8b715340d22a1ba1c78390756e9d3f3ec941bca3c1f1d42f51b08b3238546ddc1bfb6c1d5c801a4
|
||||
|
Loading…
Reference in New Issue
Block a user