Improve builtby tool.
Stop annocheck complaining about missing notes when the binary is not compiled by either gcc or clang. Skip the check of the ENTRY instruction for binaries not compiled by gcc or clang.
This commit is contained in:
parent
cb98e5f903
commit
09d5b50939
1
.gitignore
vendored
1
.gitignore
vendored
@ -127,3 +127,4 @@
|
||||
/annobin-9.09.tar.xz
|
||||
/annobin-9.10.tar.xz
|
||||
/annobin-9.11.tar.xz
|
||||
/annobin-9.12.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 9.11
|
||||
Version: 9.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||
@ -276,6 +276,11 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Mar 04 2020 Nick Clifton <nickc@redhat.com> - 9.12-1
|
||||
- Improve builtby tool.
|
||||
- Stop annocheck complaining about missing notes when the binary is not compiled by either gcc or clang.
|
||||
- Skip the check of the ENTRY instruction for binaries not compiled by gcc or clang.
|
||||
|
||||
* Fri Feb 28 2020 Nick Clifton <nickc@redhat.com> - 9.11-1
|
||||
- Fix infinite loop hangup in annocheck.
|
||||
- Disable debuginfod support by default.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-9.11.tar.xz) = 3ad9dbf639840de4dbea427c0c0a5e1df0da0fd2460dd025445c841aa71977d93ff4e78b63b9ffd3e762d33cd5902bde578fe36ae6b0c6555c7fe4f4f0604c30
|
||||
SHA512 (annobin-9.12.tar.xz) = cfe9d67ebf53816932310f1f686b4d94554506488c217870c5c440d2d1f8cb3a757f96c07e373540f2358c4e1adcf432b746c6936c237f7b44769993210bc8aa
|
||||
|
Loading…
Reference in New Issue
Block a user