Clang Plugin: Fix building with Clang 18. GCC Plugin: Add support for MIPS specific target functions; use .dc.a for address expressions in 64-bit ELF format notes.
Resolves PR #31414
This commit is contained in:
parent
73b8007cea
commit
0effccb8be
11
annobin.spec
11
annobin.spec
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 12.40
|
Version: 12.41
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
|
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
|
||||||
URL: https://sourceware.org/annobin/
|
URL: https://sourceware.org/annobin/
|
||||||
# Maintainer: nickc@redhat.com
|
# Maintainer: nickc@redhat.com
|
||||||
@ -529,6 +529,11 @@ make check
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 27 2024 Nick Clifton <nickc@redhat.com> - 12.41-1
|
||||||
|
- Clang Plugin: Fix building with Clang 18. (#31414)
|
||||||
|
- GCC Plugin: Add support for MIPS specific target functions.
|
||||||
|
- GCC Plugin: Use .dc.a for address expressions in 64-bit ELF format notes.
|
||||||
|
|
||||||
* Tue Feb 20 2024 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 12.40-2
|
* Tue Feb 20 2024 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 12.40-2
|
||||||
- Spec File: Remove a workaround for ppc64le.
|
- Spec File: Remove a workaround for ppc64le.
|
||||||
|
|
||||||
@ -548,7 +553,7 @@ make check
|
|||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Jan 17 2024 Nick Clifton <nickc@redhat.com> - 12.37-1
|
* Wed Jan 17 2024 Nick Clifton <nickc@redhat.com> - 12.37-1
|
||||||
- GCC Plugin: DO not use section groups with string format notes.
|
- GCC Plugin: Do not use section groups with string format notes.
|
||||||
|
|
||||||
* Tue Jan 16 2024 Nick Clifton <nickc@redhat.com> - 12.36-2
|
* Tue Jan 16 2024 Nick Clifton <nickc@redhat.com> - 12.36-2
|
||||||
- Spec File: NVR bump in order to allow building in side tag.
|
- Spec File: NVR bump in order to allow building in side tag.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-12.40.tar.xz) = f6219711771d2b84fb5b7afbcbd34a4e1901119ba2dcedb8817ec6b039813dec9b7f1194bd4f71ba802a1c32502f8fd9b995cef20e4724bbcd42516927a7aa0c
|
SHA512 (annobin-12.41.tar.xz) = 574a77d1d3bdd5c9806492ff072c0e92c8b16785b587bb3148f1f1c41ef8d63fe38c87f80fe7720a2627b0a290d0249314fa6ccb3385db8fda24bf829a84239c
|
||||||
|
Loading…
Reference in New Issue
Block a user