- GCC Plugin: Do not run if other plugins are active. (#2162746)
- Annocheck: Add code to handle glibc functions built without LTO.
This commit is contained in:
parent
9dc3bf4069
commit
6c8bb786f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/annobin-*.tar.xz
|
||||
/annobin-9.51-1.fc34.src.rpm
|
||||
/annobin-11.11-1.fc38.src.rpm
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 11.09
|
||||
Version: 11.11
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
URL: https://sourceware.org/annobin/
|
||||
@ -522,6 +522,10 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Tue Feb 28 2023 Yara Ahmad <yahmad@redhat.com> - 11.11-1
|
||||
- GCC Plugin: Do not run if other plugins are active. (#2162746)
|
||||
- Annocheck: Add code to handle glibc functions built without LTO.
|
||||
|
||||
* Thu Feb 02 2023 Nick Clifton <nickc@redhat.com> - 11.09-1
|
||||
- Libannocheck: Fix thinko in debugging code.
|
||||
- Annocheck: Fix LTO test.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-11.09.tar.xz) = 41bf99d07110630f5b8773eb1e83d3d7c1355dae531d66f66721d45b06d9e0da01b447e5279480d62516303fdce6b9d0f1c8e8f6d541c42a590ce97b6c79f996
|
||||
SHA512 (annobin-11.11-1.fc38.src.rpm) = 2bb982323427fd928d853f2e661c24eea89e870b22292a06fa0b6037a27ac093fc1da0923bc3705543e45bb47f9d56973d7777768bd86e33bdb055b516fa9179
|
||||
|
Loading…
Reference in New Issue
Block a user