Skip dynamic checks for binaries without a dynamic segment. (#1636606)
This commit is contained in:
parent
1750e06470
commit
66bc6309ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -77,3 +77,4 @@
|
||||
/annobin-8.44.tar.xz
|
||||
/annobin-8.45.tar.xz
|
||||
/annobin-8.48.tar.xz
|
||||
/annobin-8.49.tar.xz
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 8.48
|
||||
Version: 8.49
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -204,6 +204,9 @@ make check
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon Oct 08 2018 Nick Clifton <nickc@redhat.com> - 8.49-1
|
||||
- Skip dynamic checks for binaries without a dynamic segment. (#1636606)
|
||||
|
||||
* Fri Oct 05 2018 Nick Clifton <nickc@redhat.com> - 8.48-1
|
||||
- Delay generating attach_to_group directives until the end of the compilation. (#1636265)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-8.48.tar.xz) = ad161d4ee6700c71e8559b6ada91f068a56c280ddebb821f489f7bc59056e273a676683337cfa2b39d314e2f204df0b98fb87aeb8afdf7d34b097514b5df80cb
|
||||
SHA512 (annobin-8.49.tar.xz) = 933f23303085222ca60f4e5d5279959a648632b9f84a118bc8faf98b1968ccf65a35ee685fd8170321c466474acec323107d1d4fc672acc4280609662f2f95da
|
||||
|
Loading…
Reference in New Issue
Block a user