import gcc-toolset-10-annobin-9.29-1.el8

This commit is contained in:
CentOS Sources 2020-08-29 18:26:54 +00:00 committed by Andrew Lukoshko
parent 794babd758
commit 4c2ad88bb6
3 changed files with 14 additions and 4 deletions

View File

@ -1 +1 @@
89eff4420502ad81cd036c60501f2c4b5adbd7a8 SOURCES/annobin-9.23.tar.xz
dd46f2449462370395c536f20a40c68ffabb086d SOURCES/annobin-9.29.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/annobin-9.23.tar.xz
SOURCES/annobin-9.29.tar.xz

View File

@ -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 <nickc@redhat.com> - 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 <nickc@redhat.com> - 9.23-2
- Annocheck: Do not skip tests of the short-enums notes. (#1743635)
- Add (optional) llvm plugin.