Annocheck: Do not complain about unenabled -mbranch-protection option in AArch64 binaries. (#2078909)
This commit is contained in:
parent
1f57bcbc2c
commit
f271cd9920
@ -1,28 +0,0 @@
|
|||||||
diff --git a/configure b/configure
|
|
||||||
index 4ade97a..6028b72 100755
|
|
||||||
--- a/configure
|
|
||||||
+++ b/configure
|
|
||||||
@@ -17807,6 +17807,9 @@ case ${target} in
|
|
||||||
s390*-*-*)
|
|
||||||
target_plugin="s390.annobin.lo"
|
|
||||||
;;
|
|
||||||
+ riscv*-*-*)
|
|
||||||
+ target_plugin="riscv.annobin.lo"
|
|
||||||
+ ;;
|
|
||||||
*)
|
|
||||||
target_plugin="dummy.annobin.lo"
|
|
||||||
;;
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index acbf0a4..10cf53a 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -42,6 +42,9 @@ case ${target} in
|
|
||||||
s390*-*-*)
|
|
||||||
target_plugin="s390.annobin.lo"
|
|
||||||
;;
|
|
||||||
+ riscv*-*-*)
|
|
||||||
+ target_plugin="riscv.annobin.lo"
|
|
||||||
+ ;;
|
|
||||||
*)
|
|
||||||
target_plugin="dummy.annobin.lo"
|
|
||||||
;;
|
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 10.71
|
Version: 10.72
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://sourceware.org/annobin/
|
URL: https://sourceware.org/annobin/
|
||||||
@ -483,6 +483,9 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 16 2022 Nick Clifton <nickc@redhat.com> - 10.72-1
|
||||||
|
- Annocheck: Do not complain about unenabled -mbranch-protection option in AArch64 binaries. (#2078909)
|
||||||
|
|
||||||
* Wed May 11 2022 Nick Clifton <nickc@redhat.com> - 10.71-1
|
* Wed May 11 2022 Nick Clifton <nickc@redhat.com> - 10.71-1
|
||||||
- gcc-plugin: Fix typo in configure.ac.
|
- gcc-plugin: Fix typo in configure.ac.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-10.71.tar.xz) = 2f02dbcb251418bf478a07428ee7b8b2bdbb3193596d132b2a96116be9aeab44a825416edfde8a9f059938d44351a78440eb57bce03e01171430e42ac61e756a
|
SHA512 (annobin-10.72.tar.xz) = 74547f71d5caf1bdf6a4a642764e2316deb34eae50c0429f4c40e2afbf6b27e7e83ffff3e3f740b86db7bde22c800f8f3fcc63f6810d98750b3e189f68399678
|
||||||
|
Loading…
Reference in New Issue
Block a user