diff --git a/.annobin.metadata b/.annobin.metadata index 8dd7210..326cd4e 100644 --- a/.annobin.metadata +++ b/.annobin.metadata @@ -1 +1 @@ -1fc7507666eafdb9e216a24ec6358b54dcfaf3d9 SOURCES/annobin-9.35.tar.xz +a685f1ad709538c60b87a80594b1e19db105642f SOURCES/annobin-9.50.tar.xz diff --git a/.gitignore b/.gitignore index b7548ff..fcc5277 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/annobin-9.35.tar.xz +SOURCES/annobin-9.50.tar.xz diff --git a/SPECS/annobin.spec b/SPECS/annobin.spec index f2748c9..5c3e5c3 100644 --- a/SPECS/annobin.spec +++ b/SPECS/annobin.spec @@ -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 - 9.50-1 +- annocheck: Mark a missining -D_FORTIFY_SOURCE as a FAIL. + +* Tue Dec 08 2020 Nick Clifton - 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 - 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 - 9.35-3 +- NVR bump to allow building on ELN sidetag. + * Tue Oct 13 2020 Nick Clifton - 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).