Handle function sections properly. Handle .text.startup and .text.unlikely sections. Improve gap detection and reporting.
Resolves: #1601055
This commit is contained in:
parent
accc579ff3
commit
c760726387
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@
|
|||||||
/annobin-8.8.tar.xz
|
/annobin-8.8.tar.xz
|
||||||
/annobin-8.9.tar.xz
|
/annobin-8.9.tar.xz
|
||||||
/annobin-8.10.tar.xz
|
/annobin-8.10.tar.xz
|
||||||
|
/annobin-8.11.tar.xz
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Binary annotation plugin for GCC
|
Summary: Binary annotation plugin for GCC
|
||||||
Version: 8.10
|
Version: 8.11
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
URL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||||
@ -199,6 +199,9 @@ make check
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 17 2018 Nick Clifton <nickc@redhat.com> - 8.11-1
|
||||||
|
- Handle function sections properly. Handle .text.startup and .text.unlikely sections. Improve gap detection and reporting. (#1601055)
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.10-2
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.10-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-8.10.tar.xz) = 11d887a4d9cfdc35073a751f11e9bc3c526d6adb3ffd5d4b350597086df4deb91287ce2df9643fa93d9d015a1e5bd776a266db29e02d0f307e32733affdf48fb
|
SHA512 (annobin-8.11.tar.xz) = c82f87589185410ab8b17442dff52c35482ec7390fa1ddc74d552b4e062a612421dd924edd573f1600c240063d6700a97acf42804440114883c4a8ea60ce1052
|
||||||
|
Loading…
Reference in New Issue
Block a user