Annobin: Add support for .text.startup and .text.exit sections generated by gcc 9.
Annocheck: Add a note displaying tool.
This commit is contained in:
parent
16e73c5719
commit
443440ae4a
1
.gitignore
vendored
1
.gitignore
vendored
@ -96,3 +96,4 @@
|
||||
/annobin-8.66.tar.xz
|
||||
/annobin-8.67.tar.xz
|
||||
/annobin-8.68.tar.xz
|
||||
/annobin-8.69.tar.xz
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 8.68
|
||||
Version: 8.69
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -200,6 +200,10 @@ make check
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu Jan 24 2019 Nick Clifton <nickc@redhat.com> - 8.69-1
|
||||
- Annobin: Add support for .text.startup and .text.exit sections generated by gcc 9.
|
||||
- Annocheck: Add a note displaying tool.
|
||||
|
||||
* Wed Jan 23 2019 Nick Clifton <nickc@redhat.com> - 8.68-1
|
||||
- Annocheck: Skip checks for -D_FORTIFY_SOURCE and -D_GLIBCXX_ASSERTIONS if there is no compiler generated code in the binary.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-8.68.tar.xz) = 86416440797fafcffbb627f7ecea9306f0d8619f7ba51b47c82a675fc3e43fdd49c687af0f33344c5478d9d72112e8718b19232e48b481b4942ffa2cc1f887ba
|
||||
SHA512 (annobin-8.69.tar.xz) = 09c5a112652cd22fd690cc858846e48f0eda548bed5e0484b7a76ca4d59c4259a519f84414fb3b50ab9661ae03f0b461b8c07fe35ed7eac58f2fb3a89021d1bb
|
||||
|
Loading…
Reference in New Issue
Block a user