Annobin: Fix access to the -flto and -fsanitize flags.
This commit is contained in:
parent
82024ae45f
commit
dcc513660a
1
.gitignore
vendored
1
.gitignore
vendored
@ -131,3 +131,4 @@
|
||||
/annobin-9.13.tar.xz
|
||||
/annobin-9.14.tar.xz
|
||||
/annobin-9.15.tar.xz
|
||||
/annobin-9.16.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 9.15
|
||||
Version: 9.16
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||
@ -276,8 +276,11 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Fri Mar 27 2020 Nick Clifton <nickc@redhat.com> - 9.16-1
|
||||
- Annobin: Fix access to the -flto and -fsanitize flags.
|
||||
|
||||
* Thu Mar 26 2020 Nick Clifton <nickc@redhat.com> - 9.14-1
|
||||
- Use offsets stored in gcc's cl_option structure to access the global_options array, thus removing the need to check for changes in the size of this structure.
|
||||
- Annobin: Use offsets stored in gcc's cl_option structure to access the global_options array, thus removing the need to check for changes in the size of this structure.
|
||||
|
||||
* Thu Mar 26 2020 Nick Clifton <nickc@redhat.com> - 9.13-2
|
||||
- NVR bump to allow rebuilding against new gcc.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-9.15.tar.xz) = e71d10befa3782ac070ae5d5a8f87274c891298f745cf9ce45cfde257692c3826e84c2f6a7d175becaa9d50ce061ea3cc32ccfcaa70d782733f8b7ec88cf9790
|
||||
SHA512 (annobin-9.16.tar.xz) = 8de941e4db9f355d7584ed97d524dcb021ff14375a2d79ee4b112d3e6a308bd9c6f5bdacab38f40fc94ca0f7f895aa41dc98e0dea772561028084c7c79fbda39
|
||||
|
Loading…
Reference in New Issue
Block a user