Annocheck: Ignore gaps containing NOP instructions.
This commit is contained in:
parent
c62bd663ec
commit
da3ba09492
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 10.06
|
Version: 10.07
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
# Maintainer: nickc@redhat.com
|
# Maintainer: nickc@redhat.com
|
||||||
@ -428,9 +428,11 @@ mv %{buildroot}/%{llvm_plugin_dir}/annobin-for-clang.so %{buildroot}/%{clang_plu
|
|||||||
mkdir -p %{buildroot}%{rrcdir}
|
mkdir -p %{buildroot}%{rrcdir}
|
||||||
rm -f %{buildroot}%{aver}
|
rm -f %{buildroot}%{aver}
|
||||||
# Note - the comparison logic in redhat-rpm-config's %%triggger macros require
|
# Note - the comparison logic in redhat-rpm-config's %%triggger macros require
|
||||||
# that the plugin builder information appear as the first three numbers in the file.
|
# that the plugin builder information appear as "major.minor.revision-release",
|
||||||
|
# eg "11.2.1-1" on the first line of the version file.
|
||||||
echo %{gcc_vr} > %{buildroot}%{aver}
|
echo %{gcc_vr} > %{buildroot}%{aver}
|
||||||
# Provide a more complete version information string on the second line.
|
# Provide a more complete version information string on the second line.
|
||||||
|
# This is not used by the comparison logic, but makes the file more useful to humans.
|
||||||
echo "%{ANNOBIN_GCC_PLUGIN_DIR}/annobin.so.0.0.0 was built by gcc version %{gcc_vr} from the %{version} sources" >> %{buildroot}%{aver}
|
echo "%{ANNOBIN_GCC_PLUGIN_DIR}/annobin.so.0.0.0 was built by gcc version %{gcc_vr} from the %{version} sources" >> %{buildroot}%{aver}
|
||||||
|
|
||||||
# Also install a copy of the sources into the build tree.
|
# Also install a copy of the sources into the build tree.
|
||||||
@ -492,6 +494,9 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 29 2021 Nick Clifton <nickc@redhat.com> - 10.07-1
|
||||||
|
- Annocheck: Ignore gaps containing NOP instructions.
|
||||||
|
|
||||||
* Thu Sep 16 2021 Nick Clifton <nickc@redhat.com> - 10.06-1
|
* Thu Sep 16 2021 Nick Clifton <nickc@redhat.com> - 10.06-1
|
||||||
- GCC Plugin: Fix detection of running inside the LTO compiler. (#2004917)
|
- GCC Plugin: Fix detection of running inside the LTO compiler. (#2004917)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-10.06.tar.xz) = e397ded3fcd0a1e547399ac1b28a828aa34e813aa1e0907497d19751ef3a2ee9466c63bae633422ba7d003e707b6fb7b571c87a3aa873ed82d7e20062764cdf5
|
SHA512 (annobin-10.07.tar.xz) = f600e06cb6ee0f2663a8ff3de23df7ac716a79447caa3f2ca59665ccf4860809b4193ebff5149d109e903cd11bf758775b5261640cb3f948be561861c00526dc
|
||||||
|
Loading…
Reference in New Issue
Block a user