Skip gaps at the end of the .text section in ppc64 binaries.
This commit is contained in:
parent
c396cc5131
commit
4482b57ec2
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@
|
|||||||
/annobin-8.22.tar.xz
|
/annobin-8.22.tar.xz
|
||||||
/annobin-8.23.tar.xz
|
/annobin-8.23.tar.xz
|
||||||
/annobin-8.24.tar.xz
|
/annobin-8.24.tar.xz
|
||||||
|
/annobin-8.25.tar.xz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Binary annotation plugin for GCC
|
Summary: Binary annotation plugin for GCC
|
||||||
Version: 8.24
|
Version: 8.25
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -200,6 +200,9 @@ make check
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 20 2018 Nick Clifton <nickc@redhat.com> - 8.25-1
|
||||||
|
- Skip gaps at the end of the .text section in ppc64 binaries.
|
||||||
|
|
||||||
* Wed Aug 15 2018 Nick Clifton <nickc@redhat.com> - 8.24-1
|
* Wed Aug 15 2018 Nick Clifton <nickc@redhat.com> - 8.24-1
|
||||||
- Skip checks in stack_chk_local_fail.c
|
- Skip checks in stack_chk_local_fail.c
|
||||||
- Treat gaps as FAIL results rather than MAYBE.
|
- Treat gaps as FAIL results rather than MAYBE.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-8.24.tar.xz) = 9c9c7b0c35c838feb3d533874a3946547bb2c14f4ed5deb7b53313cc2e6de411a2b288f92ffdead4ce3fcb696c29f05c111ad75e6a2efad7f95ec137379a18f7
|
SHA512 (annobin-8.25.tar.xz) = ef8a0c5be561ccacbd4f274f3b0f50a307f4dc80ff279b1af5fe876fbcc3d665f48ac91d4c08e796751448bf06382bfa2531db658c2c508c387d0c2f0e9a67ef
|
||||||
|
Loading…
Reference in New Issue
Block a user