Add timing tool to report on speed of the checks.
Add check for conflicting use of the -fshort-enum option. Add check of the GNU Property notes. Skip check for -O2 if compiled with -Og. (#1624162)
This commit is contained in:
parent
3218a502f3
commit
38c6f9ee42
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@
|
||||
/annobin-8.30.tar.xz
|
||||
/annobin-8.31.tar.xz
|
||||
/annobin-8.32.tar.xz
|
||||
/annobin-8.33.tar.xz
|
||||
|
10
annobin.spec
10
annobin.spec
@ -11,7 +11,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 8.32
|
||||
Version: 8.33
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -200,8 +200,14 @@ make check
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Sep 12 2018 Nick Clifton <nickc@redhat.com> - 8.33-1
|
||||
- Add timing tool to report on speed of the checks.
|
||||
- Add check for conflicting use of the -fshort-enum option.
|
||||
- Add check of the GNU Property notes.
|
||||
- Skip check for -O2 if compiled with -Og. (#1624162)
|
||||
|
||||
* Mon Sep 03 2018 Nick Clifton <nickc@redhat.com> - 8.32-1
|
||||
- Add test for ET_EXEC binaries.
|
||||
- Add test for ET_EXEC binaries. (#1625627)
|
||||
- Document --report-unknown option.
|
||||
|
||||
* Thu Aug 30 2018 Nick Clifton <nickc@redhat.com> - 8.31-1
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-8.32.tar.xz) = 67590002b62316df9fddfe94b9cf7a956242d0dc75203a003c34263481e3ec31661ce2a9b0b2087536653bf0929f489a33974554cb32ba573f0ff23d6f3326de
|
||||
SHA512 (annobin-8.33.tar.xz) = 0004a241f83ca2b0002cb2b0484f0956cf8c3562680a724d6b79bb750fa973f57f3a191cedf454e424c64c3fba4ebfd9a2770bb3e4083dd21cf07c6181ee6ab2
|
||||
|
Loading…
Reference in New Issue
Block a user