Merge remote-tracking branch 'up/master' into master-riscv64

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2019-05-04 21:45:21 +03:00
commit 30e3b0b62f
Signed by: davidlt
GPG Key ID: 7108702C938B13C1

View File

@ -85,7 +85,7 @@
Summary: A GNU collection of binary utilities
Name: %{?cross}binutils%{?_with_debug:-debug}
Version: 2.32
Release: 11.0.riscv64%{?dist}
Release: 13.0.riscv64%{?dist}
License: GPLv3+
URL: https://sourceware.org/binutils
@ -445,7 +445,7 @@ esac
%endif
%if 0%{?_with_debug:1}
CFLAGS="$CFLAGS -O0 -ggdb2 -Wno-error -D_FORTIFY_SOURCE=0"
export CFLAGS="$CFLAGS -O0 -ggdb2 -Wno-error -D_FORTIFY_SOURCE=0"
%define enable_shared 0
%endif
@ -716,21 +716,16 @@ exit 0
%license COPYING COPYING3 COPYING3.LIB COPYING.LIB
%doc README
%{_bindir}/%{?cross}[!l]*
%if %{with gold}
%{_bindir}/%{?cross}ld*
%else
%{_bindir}/%{?cross}ld
%{_bindir}/%{?cross}ld.bfd
%endif
%if %{with docs}
%{_mandir}/man1/*
%{_infodir}/as.info.gz
%{_infodir}/binutils.info.gz
%{_infodir}/gprof.info.gz
%{_infodir}/ld.info.gz
%{_infodir}/bfd.info.gz
%{_infodir}/as.info.*
%{_infodir}/binutils.info.*
%{_infodir}/gprof.info.*
%{_infodir}/ld.info.*
%{_infodir}/bfd.info.*
%endif
%if %{enable_shared}
@ -758,9 +753,15 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Sat Apr 12 2019 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.32-11.0.riscv64
* Sat May 04 2019 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.32-13.0.riscv64
- Backport fix for binary objects without ELF headers flags set on RISC-V
* Mon Apr 29 2019 Nick Clifton <nickc@redhat.com> - 2.32-13
- Do not include ld.gold in the base binutils package. (#1703714)
* Wed Apr 24 2019 Björn Esser <besser82@fedoraproject.org> - 2.32-12
- Remove hardcoded gzip suffix from GNU info pages
* Wed Apr 10 2019 Nick Clifton <nickc@redhat.com> - 2.32-11
- Fix a stack exhaustion problem in libiberty's name demangling code. (#1680658)