import gcc-toolset-10-annobin-9.29-1.el8
This commit is contained in:
parent
794babd758
commit
4c2ad88bb6
@ -1 +1 @@
|
|||||||
89eff4420502ad81cd036c60501f2c4b5adbd7a8 SOURCES/annobin-9.23.tar.xz
|
dd46f2449462370395c536f20a40c68ffabb086d SOURCES/annobin-9.29.tar.xz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/annobin-9.23.tar.xz
|
SOURCES/annobin-9.29.tar.xz
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Name: %{?scl_prefix}annobin
|
Name: %{?scl_prefix}annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 9.23
|
Version: 9.29
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||||
# Maintainer: nickc@redhat.com
|
# Maintainer: nickc@redhat.com
|
||||||
@ -338,6 +338,16 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 13 2020 Nick Clifton <nickc@redhat.com> - 9.23-2
|
||||||
- Annocheck: Do not skip tests of the short-enums notes. (#1743635)
|
- Annocheck: Do not skip tests of the short-enums notes. (#1743635)
|
||||||
- Add (optional) llvm plugin.
|
- Add (optional) llvm plugin.
|
||||||
|
Loading…
Reference in New Issue
Block a user