Fix for building with gcc version 4.
Fix symbol placement in functions with local assembler.
This commit is contained in:
parent
cc6b631f3a
commit
c4f43f0cbb
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,4 @@
|
|||||||
/annobin-8.10.tar.xz
|
/annobin-8.10.tar.xz
|
||||||
/annobin-8.11.tar.xz
|
/annobin-8.11.tar.xz
|
||||||
/annobin-8.12.tar.xz
|
/annobin-8.12.tar.xz
|
||||||
|
/annobin-8.13.tar.xz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Binary annotation plugin for GCC
|
Summary: Binary annotation plugin for GCC
|
||||||
Version: 8.12
|
Version: 8.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -199,6 +199,10 @@ make check
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 18 2018 Nick Clifton <nickc@redhat.com> - 8.13-1
|
||||||
|
- Fix for building with gcc version 4.
|
||||||
|
- Fix symbol placement in functions with local assembler.
|
||||||
|
|
||||||
* Tue Jul 17 2018 Nick Clifton <nickc@redhat.com> - 8.12-1
|
* Tue Jul 17 2018 Nick Clifton <nickc@redhat.com> - 8.12-1
|
||||||
- Fix assertions in rnage checking code. Add detection of -U options.
|
- Fix assertions in rnage checking code. Add detection of -U options.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-8.12.tar.xz) = d5221256445ca69f2ced6a9955309fb9b86cb450dc5fd86c7ee4883141a46786c5c4620e616a085e04219a255abc0ad4152ee01e8afd618ffbe07ffac6764587
|
SHA512 (annobin-8.13.tar.xz) = 85c8f76c809c743a33c4814e83254897cbe216b711c77fd8f4135a2fa0833a33b04ba84a13c04e801b18cffe9d30076db9e1dbf69040b9f39cbfeb738524e11b
|
||||||
|
Loading…
Reference in New Issue
Block a user