Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
commit
30e3b0b62f
@ -85,7 +85,7 @@
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: %{?cross}binutils%{?_with_debug:-debug}
|
Name: %{?cross}binutils%{?_with_debug:-debug}
|
||||||
Version: 2.32
|
Version: 2.32
|
||||||
Release: 11.0.riscv64%{?dist}
|
Release: 13.0.riscv64%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://sourceware.org/binutils
|
URL: https://sourceware.org/binutils
|
||||||
|
|
||||||
@ -445,7 +445,7 @@ esac
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?_with_debug:1}
|
%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
|
%define enable_shared 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -716,21 +716,16 @@ exit 0
|
|||||||
%license COPYING COPYING3 COPYING3.LIB COPYING.LIB
|
%license COPYING COPYING3 COPYING3.LIB COPYING.LIB
|
||||||
%doc README
|
%doc README
|
||||||
%{_bindir}/%{?cross}[!l]*
|
%{_bindir}/%{?cross}[!l]*
|
||||||
|
|
||||||
%if %{with gold}
|
|
||||||
%{_bindir}/%{?cross}ld*
|
|
||||||
%else
|
|
||||||
%{_bindir}/%{?cross}ld
|
%{_bindir}/%{?cross}ld
|
||||||
%{_bindir}/%{?cross}ld.bfd
|
%{_bindir}/%{?cross}ld.bfd
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_infodir}/as.info.gz
|
%{_infodir}/as.info.*
|
||||||
%{_infodir}/binutils.info.gz
|
%{_infodir}/binutils.info.*
|
||||||
%{_infodir}/gprof.info.gz
|
%{_infodir}/gprof.info.*
|
||||||
%{_infodir}/ld.info.gz
|
%{_infodir}/ld.info.*
|
||||||
%{_infodir}/bfd.info.gz
|
%{_infodir}/bfd.info.*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{enable_shared}
|
%if %{enable_shared}
|
||||||
@ -758,9 +753,15 @@ exit 0
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
%changelog
|
%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
|
- 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
|
* Wed Apr 10 2019 Nick Clifton <nickc@redhat.com> - 2.32-11
|
||||||
- Fix a stack exhaustion problem in libiberty's name demangling code. (#1680658)
|
- Fix a stack exhaustion problem in libiberty's name demangling code. (#1680658)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user