Skip some checks for relocatable object files, and dynamic objects.
Stop bogus complaints about stackrealignment not being enabled.
This commit is contained in:
parent
a55d84f6eb
commit
ae10117310
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
|||||||
/annobin-6.5.tar.xz
|
/annobin-6.5.tar.xz
|
||||||
/annobin-6.6.tar.xz
|
/annobin-6.6.tar.xz
|
||||||
/annobin-7.0.tar.xz
|
/annobin-7.0.tar.xz
|
||||||
|
/annobin-7.1.tar.xz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Binary annotation plugin for GCC
|
Summary: Binary annotation plugin for GCC
|
||||||
Version: 7.0
|
Version: 7.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -216,6 +216,10 @@ exit 0
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 27 2018 Nick Clifton <nickc@redhat.com> - 7.1-1
|
||||||
|
- Skip some checks for relocatable object files, and dynamic objects.
|
||||||
|
- Stop bogus complaints about stackrealignment not being enabled.
|
||||||
|
|
||||||
* Mon Jun 25 2018 Nick Clifton <nickc@redhat.com> - 7.0-1
|
* Mon Jun 25 2018 Nick Clifton <nickc@redhat.com> - 7.0-1
|
||||||
- Add -debug-rpm= option to annocheck.
|
- Add -debug-rpm= option to annocheck.
|
||||||
- Only use a 2 byte offset for the initial symbol on PowerPC.
|
- Only use a 2 byte offset for the initial symbol on PowerPC.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-7.0.tar.xz) = 0e87cab224465722dcd76aad77b23e5aa6dc204581c4a07a72e7edd23b6d6b7bd57f26498e55fc21ff0cfe814d91282234d5a1c797e09f8bdda6f3708091277d
|
SHA512 (annobin-7.1.tar.xz) = 506e2cf2f7e4374ed506a60cbccf0aa3c4552eb95c8dc02da5eaa9dc8cde9190bab57296e0cde6bb2410c09bc6e168161602a8bd108c9d8a048df633c5103e01
|
||||||
|
Loading…
Reference in New Issue
Block a user