import gcc-toolset-10-binutils-2.35-6.el8

This commit is contained in:
CentOS Sources 2021-03-31 15:16:33 +00:00 committed by Andrew Lukoshko
parent b65d089b3d
commit 6278ad9592

View File

@ -5,7 +5,7 @@
Summary: A GNU collection of binary utilities Summary: A GNU collection of binary utilities
Name: %{?scl_prefix}%{?cross}binutils%{?_with_debug:-debug} Name: %{?scl_prefix}%{?cross}binutils%{?_with_debug:-debug}
Version: 2.35 Version: 2.35
Release: 5%{?dist} Release: 6%{?dist}
License: GPLv3+ License: GPLv3+
URL: https://sourceware.org/binutils URL: https://sourceware.org/binutils
@ -797,7 +797,7 @@ fi
%{_bindir}/%{?cross}ld.bfd %{ld_bfd_priority} %{_bindir}/%{?cross}ld.bfd %{ld_bfd_priority}
%{alternatives_cmdline} --install %{_bindir}/%{?cross}ld %{?cross}ld \ %{alternatives_cmdline} --install %{_bindir}/%{?cross}ld %{?cross}ld \
%{_bindir}/%{?cross}ld.gold %{ld_gold_priority} %{_bindir}/%{?cross}ld.gold %{ld_gold_priority}
%endif # both ld.gold and ld.bfd %endif
%if %{isnative} %if %{isnative}
%ldconfig_post %ldconfig_post
@ -807,8 +807,8 @@ fi
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gprof.info.gz /sbin/install-info --info-dir=%{_infodir} %{_infodir}/gprof.info.gz
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/ld.info.gz /sbin/install-info --info-dir=%{_infodir} %{_infodir}/ld.info.gz
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/standards.info.gz /sbin/install-info --info-dir=%{_infodir} %{_infodir}/standards.info.gz
%endif # with docs %endif
%endif # isnative %endif
exit 0 exit 0
@ -820,7 +820,7 @@ if [ $1 = 0 ]; then
%{alternatives_cmdline} --remove %{?cross}ld %{_bindir}/%{?cross}ld.bfd %{alternatives_cmdline} --remove %{?cross}ld %{_bindir}/%{?cross}ld.bfd
%{alternatives_cmdline} --remove %{?cross}ld %{_bindir}/%{?cross}ld.gold %{alternatives_cmdline} --remove %{?cross}ld %{_bindir}/%{?cross}ld.gold
fi fi
%endif # both ld.gold and ld.bfd %endif
%if %{isnative} %if %{isnative}
if [ $1 = 0 ]; then if [ $1 = 0 ]; then
@ -833,7 +833,7 @@ if [ $1 = 0 ]; then
/sbin/install-info --quiet --delete --info-dir=%{_infodir} %{_infodir}/standards.info.gz /sbin/install-info --quiet --delete --info-dir=%{_infodir} %{_infodir}/standards.info.gz
fi fi
fi fi
%endif # isnative %endif
exit 0 exit 0
@ -864,7 +864,7 @@ exit 0
%ghost %{_bindir}/%{?cross}ld %ghost %{_bindir}/%{?cross}ld
%else %else
%{_bindir}/%{?cross}ld* %{_bindir}/%{?cross}ld*
%endif # both ld.gold and ld.bfd %endif
%if %{with docs} %if %{with docs}
%{_mandir}/man1/* %{_mandir}/man1/*
@ -888,7 +888,7 @@ exit 0
%if %{with docs} %if %{with docs}
%{_infodir}/[^b]*info* %{_infodir}/[^b]*info*
%{_infodir}/binutils*info* %{_infodir}/binutils*info*
%endif # with docs %endif
%files devel %files devel
%{_prefix}/include/* %{_prefix}/include/*
@ -898,12 +898,15 @@ exit 0
%if %{with docs} %if %{with docs}
%{_infodir}/bfd*info* %{_infodir}/bfd*info*
%endif # with docs %endif
%endif %endif
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
%changelog %changelog
* Fri Jan 15 2021 Nick Clifton <nickc@redhat.com> - 2.35-6
- NVR bump to allow rebuild with new tag.
* Tue Aug 11 2020 Nick Clifton <nickc@redhat.com> - 2.35-5 * Tue Aug 11 2020 Nick Clifton <nickc@redhat.com> - 2.35-5
- Fix building with LTO enabled. - Fix building with LTO enabled.
- Set the sh_entsize field of the AArch64's PLT section to 0. (PR 26312) - Set the sh_entsize field of the AArch64's PLT section to 0. (PR 26312)