import annobin-9.50-1.el8
This commit is contained in:
parent
5baa62c9db
commit
f5aa342ba6
@ -1 +1 @@
|
||||
1fc7507666eafdb9e216a24ec6358b54dcfaf3d9 SOURCES/annobin-9.35.tar.xz
|
||||
a685f1ad709538c60b87a80594b1e19db105642f SOURCES/annobin-9.50.tar.xz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/annobin-9.35.tar.xz
|
||||
SOURCES/annobin-9.50.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 9.35
|
||||
Version: 9.50
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||
@ -313,6 +313,32 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Dec 09 2020 Nick Clifton <nickc@redhat.com> - 9.50-1
|
||||
- annocheck: Mark a missining -D_FORTIFY_SOURCE as a FAIL.
|
||||
|
||||
* Tue Dec 08 2020 Nick Clifton <nickc@redhat.com> - 9.49-1
|
||||
- annocheck: Fix notes analyzer to accept empty PPC64 notes.
|
||||
- gcc plugin: Tweak generation of end symbols for PPC64 when LTO is active. (#1898075)(#1904479)
|
||||
- gcc plugin: Add support for GCC 11's cl_vars array.
|
||||
|
||||
* Mon Nov 30 2020 Nick Clifton <nickc@redhat.com> - 9.46-1
|
||||
- Annocheck: Support enabling/disabling future fails.
|
||||
- GCC plugin: Always record global notes for the .text.startup,
|
||||
.text.exit, .text.hot and .text.cold sections.
|
||||
- Clang plugin: Add -lLLVM to the build command line.
|
||||
- Annocheck: Improve reporting of missing -D_FORTIFY_SOURCE option. (#1898075)
|
||||
- Annocheck: Improve reporting of missing LTO option.
|
||||
- Add detecting of gimple compiled binaries.
|
||||
- Add --without-gcc-plugin option.
|
||||
- Annocheck: Fix bug parsing DW_AT_producer.
|
||||
- Add test of .note.gnu.property section for PowerPC.
|
||||
- Add test of objcopy's ability to merge notes.
|
||||
- Record the -flto setting and produce a soft warning if it is absent.
|
||||
- Suppress warnings about _D_GLIBCXX_ASSERTIONS if the source code is known to be something other than C++.
|
||||
|
||||
* Wed Oct 21 2020 Nick Clifton <nickc@redhat.com> - 9.35-3
|
||||
- NVR bump to allow building on ELN sidetag.
|
||||
|
||||
* Tue Oct 13 2020 Nick Clifton <nickc@redhat.com> - 9.35-2
|
||||
- Correct the directory chosen for 32-bit LLVM and Clang plugins. (#1884951)
|
||||
- Allow the use of the SHF_LINK_ORDER section flag to discard unused notes. (Experimental).
|
||||
|
Loading…
Reference in New Issue
Block a user