diff --git a/.gcc-toolset-10-annobin.metadata b/.gcc-toolset-10-annobin.metadata index e46d88d..8785afc 100644 --- a/.gcc-toolset-10-annobin.metadata +++ b/.gcc-toolset-10-annobin.metadata @@ -1 +1 @@ -89eff4420502ad81cd036c60501f2c4b5adbd7a8 SOURCES/annobin-9.23.tar.xz +dd46f2449462370395c536f20a40c68ffabb086d SOURCES/annobin-9.29.tar.xz diff --git a/.gitignore b/.gitignore index 7446ca1..1c99568 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/annobin-9.23.tar.xz +SOURCES/annobin-9.29.tar.xz diff --git a/SPECS/annobin.spec b/SPECS/annobin.spec index 3108b44..c47983e 100644 --- a/SPECS/annobin.spec +++ b/SPECS/annobin.spec @@ -4,8 +4,8 @@ Name: %{?scl_prefix}annobin Summary: Annotate and examine compiled binary files -Version: 9.23 -Release: 2%{?dist} +Version: 9.29 +Release: 1%{?dist} License: GPLv3+ # ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark # Maintainer: nickc@redhat.com @@ -338,6 +338,16 @@ fi #--------------------------------------------------------------------------------- %changelog +* Fri Aug 28 2020 Nick Clifton - 9.29-1 +- Fix AArch64 checks in annobin plugin. (#1873416) +- gcc plugin: Detect any attempt to access the global_options array. +- gcc plugin: Do not complain about missing pre-processor options when examining a preprocessed input file. (#1862718) +- Use more robust checks for AArch64 options. +- Detect CLANG compiled assembler that is missing IBT support. +- Improved target pointer size discovery. +- Add support for installing clang and llvm plugins. +- Temporary suppression of aarch64 pointer size check. (#1860549) + * Mon Jul 13 2020 Nick Clifton - 9.23-2 - Annocheck: Do not skip tests of the short-enums notes. (#1743635) - Add (optional) llvm plugin.