GCC Plugin: Only default to link-once when using gcc-12 or later. (#2039297)
This commit is contained in:
parent
efff188861
commit
a6ef977e8b
12
annobin.spec
12
annobin.spec
@ -1,7 +1,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 10.45
|
||||
Version: 10.47
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
# Maintainer: nickc@redhat.com
|
||||
@ -66,7 +66,7 @@ Source: https://nickc.fedorapeople.org/%{annobin_sources}
|
||||
%global annobin_source_dir %{_usrsrc}/annobin
|
||||
|
||||
# Insert patches here, if needed. Eg:
|
||||
Patch01: annobin.fortify-test.patch
|
||||
# Patch01: annobin.foo.patch
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
@ -167,6 +167,7 @@ BuildRequires: elfutils-debuginfod-client-devel
|
||||
%endif
|
||||
|
||||
Requires: %{name}-docs = %{version}-%{release}
|
||||
Requires: cpio rpm
|
||||
|
||||
%description annocheck
|
||||
Installs the annocheck program which uses the notes generated by annobin to
|
||||
@ -508,6 +509,13 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Fri Jan 14 2022 Nick Clifton <nickc@redhat.com> - 10.47-1
|
||||
- Annocheck: Improve detection of kernel modules.
|
||||
- GCC Plugin: Only default to link-once when using gcc-12 or later. (#2039297)
|
||||
|
||||
* Tue Jan 11 2022 Nick Clifton <nickc@redhat.com> - 10.46-1
|
||||
- Annocheck: Add option to disable instrumentation test.
|
||||
|
||||
* Mon Jan 10 2022 Nick Clifton <nickc@redhat.com> - 10.45-1
|
||||
- GCC Plugin: Replace CLVC_BOOLEAN with CLVC_BIT_SET/CLVC_BIT_CLEAR.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-10.45.tar.xz) = c129af7a66b120ecc2f00933c29217b65c4bc86c80b5ec89a08a80b6b4e21ac3eb752a87466325d71c5a9adacf8f98277b3429a6a7bff8cc2a0664471c027383
|
||||
SHA512 (annobin-10.47.tar.xz) = 76a6d2b1390e862bddc485331ff4759333d9ce3c419ed264ba50d388c94bd6636ba64e12ba0b5f09f13284c9f4e1a88c40f660275067fbd801e11151007773e0
|
||||
|
Loading…
Reference in New Issue
Block a user