Add support for big endian targets.
This commit is contained in:
parent
38eb35a4e9
commit
848d99efa7
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,3 +52,4 @@
|
|||||||
/annobin-8.15.tar.xz
|
/annobin-8.15.tar.xz
|
||||||
/annobin-8.16.tar.xz
|
/annobin-8.16.tar.xz
|
||||||
/annobin-8.17.tar.xz
|
/annobin-8.17.tar.xz
|
||||||
|
/annobin-8.18.tar.xz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Binary annotation plugin for GCC
|
Summary: Binary annotation plugin for GCC
|
||||||
Version: 8.17
|
Version: 8.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -35,8 +35,9 @@ Source: https://nickc.fedorapeople.org/annobin-%{version}.tar.xz
|
|||||||
# Insert patches here, if needed.
|
# Insert patches here, if needed.
|
||||||
# Patch01: annobin-xxx.patch
|
# Patch01: annobin-xxx.patch
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
BuildRequires: gcc-plugin-devel gcc-c++
|
BuildRequires: gcc gcc-plugin-devel gcc-c++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A plugin for GCC that records extra information in the files that it compiles,
|
A plugin for GCC that records extra information in the files that it compiles,
|
||||||
@ -201,6 +202,7 @@ make check
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 23 2018 Nick Clifton <nickc@redhat.com> - 8.17-1
|
* Mon Jul 23 2018 Nick Clifton <nickc@redhat.com> - 8.17-1
|
||||||
- Count passes and failures on a per-component basis and report gaps.
|
- Count passes and failures on a per-component basis and report gaps.
|
||||||
|
- Add support for big endian targets.
|
||||||
|
|
||||||
* Fri Jul 20 2018 Nick Clifton <nickc@redhat.com> - 8.16-1
|
* Fri Jul 20 2018 Nick Clifton <nickc@redhat.com> - 8.16-1
|
||||||
- Use our own copy of the targetm.asm_out.function_section() function. (#159861 comment#17)
|
- Use our own copy of the targetm.asm_out.function_section() function. (#159861 comment#17)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-8.17.tar.xz) = 3ce484f6d24f1ee7e564d364f3c515e1c24243837a2df9f6379e712e8b3c291643f7398233a1233f260ce40322d4c907b58fa86cc92aa79aa511b902073c7b52
|
SHA512 (annobin-8.18.tar.xz) = 3f9f9387bc17e7edf74734a29fcd7f2b6a842b588e0ef33ceca6368cdd51fea541fe06287fef86bd586e53208b040a31c9c3a81987873bd524ed1a1a8886a1aa
|
||||||
|
Loading…
Reference in New Issue
Block a user