Skip compiler option checks for non-GNU producers. (#1633749)
Fix function section support (again). (#1630574) Ignore ppc64le notes where start = end + 2. (#1632259)
This commit is contained in:
parent
50a4793ba2
commit
fa19a50b6c
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@
|
||||
/annobin-8.38.tar.xz
|
||||
/annobin-8.39.tar.xz
|
||||
/annobin-8.41.tar.xz
|
||||
/annobin-8.44.tar.xz
|
||||
|
11
annobin.spec
11
annobin.spec
@ -15,7 +15,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 8.41
|
||||
Version: 8.44
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -204,6 +204,15 @@ make check
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Fri Sep 28 2018 Nick Clifton <nickc@redhat.com> - 8.44-1
|
||||
- Skip compiler option checks for non-GNU producers. (#1633749)
|
||||
|
||||
* Wed Sep 26 2018 Nick Clifton <nickc@redhat.com> - 8.43-1
|
||||
- Fix function section support (again). (#1630574)
|
||||
|
||||
* Tue Sep 25 2018 Nick Clifton <nickc@redhat.com> - 8.42-1
|
||||
- Ignore ppc64le notes where start = end + 2. (#1632259)
|
||||
|
||||
* Tue Sep 25 2018 Nick Clifton <nickc@redhat.com> - 8.41-1
|
||||
- Make annocheck ignore symbols suffixed with ".end". (#1639618)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-8.41.tar.xz) = 457337b457261f7c93a3c6beeaf810a05e74f76e05dbe0d3951d121a071188fec31527b1dfe3fdc60d4756159a30d75ad89e43f7c9edd3b077fd39606ffe10cf
|
||||
SHA512 (annobin-8.44.tar.xz) = d6e794cae1202dc312d4e2f29d95d7911bc768137cbd2e30efb86abe39a2eb35921ea88473635616b1e29377e3313794011f0aad279777f61dcae9e783eedde1
|
||||
|
Loading…
Reference in New Issue
Block a user