Skip gaps at the end of functions. (#1619267)
This commit is contained in:
parent
1fa3a94195
commit
665e3d6465
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@
|
||||
/annobin-8.24.tar.xz
|
||||
/annobin-8.25.tar.xz
|
||||
/annobin-8.26.tar.xz
|
||||
/annobin-8.27.tar.xz
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 8.26
|
||||
Version: 8.27
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -200,6 +200,9 @@ make check
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Aug 22 2018 Nick Clifton <nickc@redhat.com> - 8.27-1
|
||||
- Skip gaps at the end of functions. (#1619267)
|
||||
|
||||
* Tue Aug 21 2018 Nick Clifton <nickc@redhat.com> - 8.26-1
|
||||
- Fix thinko in ppc64 gap detection code. (#1619267)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-8.26.tar.xz) = 1d3233944aeacd084446618ab12e45eb5ef8fa6a5d9493f23c99ea197f126b461156ca84e556ca942df7347e005077adfeeca49e0a0dd109f9bd69ce43590f7a
|
||||
SHA512 (annobin-8.27.tar.xz) = 888c9983d5d331eaf323f59bbd4413cd345b32b8fdba5b795f787b277c20f3798d7363272f798a124cbccc1d7971b85007b33f22ebdc85630625766b49b14e4d
|
||||
|
Loading…
Reference in New Issue
Block a user