Annocheck: Add linker generated function for ppc64le exceptions.
Resolves: #1981410
This commit is contained in:
parent
6a4766a535
commit
40172408af
11
annobin.spec
11
annobin.spec
@ -1,7 +1,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 9.89
|
||||
Version: 9.90
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
# Maintainer: nickc@redhat.com
|
||||
@ -30,7 +30,7 @@ License: GPLv3+
|
||||
%bcond_without gccplugin
|
||||
|
||||
# Use "--with llvmplugin" to enable the building of the annobin plugin for LLVM.
|
||||
%bcond_with llvmplugin
|
||||
%bcond_without llvmplugin
|
||||
|
||||
# Set this to zero to disable the requirement for a specific version of gcc.
|
||||
# This should only be needed if there is some kind of problem with the version
|
||||
@ -298,7 +298,7 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%check
|
||||
# Change the following line to "make check || :" on RHEL7 or if you need to see the
|
||||
# test suite logs in order to diagnose a test failure.
|
||||
make -k check
|
||||
make -k check CLANG_TESTS="check-pre-clang-13"
|
||||
if [ -f tests/test-suite.log ]; then
|
||||
cat tests/test-suite.log
|
||||
fi
|
||||
@ -335,6 +335,11 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Aug 18 2021 Nick Clifton <nickc@redhat.com> - 9.90-1
|
||||
- Annocheck: Add linker generated function for ppc64le exceptions. (#1981410)
|
||||
- LLVM Plugin: Allow checks to be selected from the command line.
|
||||
- Annocheck: Examine DW_AT_producer for -flto.
|
||||
|
||||
* Tue Aug 17 2021 Nick Clifton <nickc@redhat.com> - 9.89-1
|
||||
- Annocheck: Conditionalize detection of AArch64's PAC+BTI protection.
|
||||
- Annocheck: Add linker generated function for s390x exceptions. (#1981410)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-9.89.tar.xz) = 90151e93b17ed1a95317d6d1006f41c3ce8c9d530436413b45e5c862fbc02a72ff299874f2a231b354d67b7e65d294024237d4f87c9752847d8b9173042b9841
|
||||
SHA512 (annobin-9.90.tar.xz) = 1dd320ad25f14d17c3a6973582a2c58912e3d5ffba51d459a09fc423bef2465fecb54c5a9d9202df8d68071cb5205eef2e2175d02c91fd7ba85abc103d324585
|
||||
|
Loading…
Reference in New Issue
Block a user