annocheck: When a binary is produced both by GAS and GCC, select GAS as the real producer.
Resolves: #1906171
This commit is contained in:
parent
b1b6905714
commit
a6563d59f6
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 9.51
|
Version: 9.52
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||||
@ -323,6 +323,9 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 11 2020 Nick Clifton <nickc@redhat.com> - 9.52-1
|
||||||
|
- annocheck: When a binary is produced both by GAS and GCC, select GAS as the real producer. (#1906171)
|
||||||
|
|
||||||
* Thu Dec 10 2020 Nick Clifton <nickc@redhat.com> - 9.51-1
|
* Thu Dec 10 2020 Nick Clifton <nickc@redhat.com> - 9.51-1
|
||||||
- annocheck: Improve test for LTO compiled binaries that do not have -Wall annotations. (#1906171)
|
- annocheck: Improve test for LTO compiled binaries that do not have -Wall annotations. (#1906171)
|
||||||
|
|
||||||
@ -350,10 +353,10 @@ fi
|
|||||||
* Tue Dec 01 2020 Nick Clifton <nickc@redhat.com> - 9.47-1
|
* Tue Dec 01 2020 Nick Clifton <nickc@redhat.com> - 9.47-1
|
||||||
- gcc plugin: Add support for GCC 11's cl_vars array.
|
- gcc plugin: Add support for GCC 11's cl_vars array.
|
||||||
|
|
||||||
* Tue Dec 08 2020 Petr Šabata <contyk@redhat.com> - 9.46-2.2
|
* Tue Dec 01 2020 Petr Šabata <contyk@redhat.com> - 9.46-2.2
|
||||||
- Revert the last change
|
- Revert the last change
|
||||||
|
|
||||||
* Tue Dec 08 2020 Petr Šabata <contyk@redhat.com> - 9.46-2.1
|
* Tue Dec 01 2020 Petr Šabata <contyk@redhat.com> - 9.46-2.1
|
||||||
- Temporarily disable the hard requirement for gcc bump
|
- Temporarily disable the hard requirement for gcc bump
|
||||||
|
|
||||||
* Fri Nov 27 2020 Jakub Jelinek <jakub@redhat.com> - 9.46-2
|
* Fri Nov 27 2020 Jakub Jelinek <jakub@redhat.com> - 9.46-2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-9.51.tar.xz) = 75e018b5fa4637ee565d2f7e72f1651e2d1764c4b78c807992af74f0e93b7f1ab5c20b3f6e99b18785d0629f76e88458f085e81403bb5e0e0a89ede75cc9f12c
|
SHA512 (annobin-9.52.tar.xz) = 32068d76b2904c4d81ac57d7eaf1fa140fcf9edfd6c863f4ba845a445061e24bd5b9d118cfdd9bee20b083186a4d49f0067454c016ab8159e61feaf1b33180e2
|
||||||
|
Loading…
Reference in New Issue
Block a user