summaryrefslogtreecommitdiffstats
path: root/cross-binutils.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cross-binutils.spec')
-rw-r--r--cross-binutils.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/cross-binutils.spec b/cross-binutils.spec
index 63bb92b..586a583 100644
--- a/cross-binutils.spec
+++ b/cross-binutils.spec
@@ -83,6 +83,9 @@ Patch15: binutils-2.24-elfnn-aarch64.patch
# Fix decoding of abstract instance names using DW_FORM_ref_addr.
Patch16: binutils-2.24-DW_FORM_ref_addr.patch
+# Fix formatless sprintfs in Score-specific code.
+Patch100: cross-binutils-2.24-score-sprintf.patch
+
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: texinfo >= 4.0, gettext, flex, bison, zlib-devel
# BZ 920545: We need pod2man in order to build the manual pages.
@@ -211,6 +214,8 @@ cd %{srcdir}
%patch15 -p0 -b .elf-aarch64~
%patch16 -p0 -b .ref-addr~
+%patch100 -p1 -b .score~
+
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
# On ppc64 we might use 64KiB pages
@@ -651,6 +656,9 @@ rm -rf %{buildroot}
%do_files xtensa-linux-gnu %{build_xtensa}
%changelog
+* Thu Mar 27 2014 David Howells <dhowells@redhat.com> - 2.24-1
+- Fix formatless sprintfs in Score.
+
* Wed Mar 26 2014 David Howells <dhowells@redhat.com> - 2.24-1
- Update to binutils-2.24-1.
- Add metag arch support.