GCC plugin: Fix building with gcc-13.

This commit is contained in:
Nick Clifton 2022-12-16 11:29:52 +00:00
parent 2f21168d4c
commit 072153ed0c
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Name: annobin
Summary: Annotate and examine compiled binary files
Version: 10.97
Version: 10.98
Release: 1%{?dist}
License: GPLv3+
URL: https://sourceware.org/annobin/
@ -509,6 +509,9 @@ fi
#---------------------------------------------------------------------------------
%changelog
* Fri Dec 16 2022 Nick Clifton <nickc@redhat.com> - 10.98-1
- GCC plugin: Fix building with gcc-13.
* Fri Dec 16 2022 Nick Clifton <nickc@redhat.com> - 10.97-1
- Annocheck: Add test for binaries built by cross compilers.