Ensure that dir[0] contains pwd in gas generated DWARF-5 directory tables. (#1966987)
This commit is contained in:
parent
d5ffebd3b7
commit
01ca902e23
@ -39,7 +39,7 @@
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: binutils%{?name_cross}%{?_with_debug:-debug}
|
Name: binutils%{?name_cross}%{?_with_debug:-debug}
|
||||||
Version: 2.37
|
Version: 2.37
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://sourceware.org/binutils
|
URL: https://sourceware.org/binutils
|
||||||
|
|
||||||
@ -129,6 +129,12 @@ URL: https://sourceware.org/binutils
|
|||||||
%bcond_with clang
|
%bcond_with clang
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{with clang}
|
||||||
|
%global toolchain clang
|
||||||
|
%else
|
||||||
|
%global toolchain gcc
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
%undefine with_docs
|
%undefine with_docs
|
||||||
%undefine with_testsuite
|
%undefine with_testsuite
|
||||||
@ -266,6 +272,11 @@ Patch16: binutils-testsuite-fixes.patch
|
|||||||
# Lifetime: Fixed in 2.38 maybe
|
# Lifetime: Fixed in 2.38 maybe
|
||||||
Patch17: binutils-gold-i386-gnu-property-notes.patch
|
Patch17: binutils-gold-i386-gnu-property-notes.patch
|
||||||
|
|
||||||
|
# Purpose: Ensure that the 0'th entry in DWARF-5 directory tables generated
|
||||||
|
# by gas contains the current working directory.
|
||||||
|
# Lifetime: Fixed in 2.38
|
||||||
|
Patch18: binutils-dwarf-5-dir0.patch
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
Provides: bundled(libiberty)
|
Provides: bundled(libiberty)
|
||||||
@ -869,6 +880,9 @@ exit 0
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Nick Clifton <nickc@redhat.com> - 2.37-4
|
||||||
|
- Ensure that dir[0] contains pwd in gas generated DWARF-5 directory tables. (#1966987)
|
||||||
|
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.37-3
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.37-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user