Add DWARF-5 support to GOLD.

Resolves: #2182587
This commit is contained in:
Nick Clifton 2023-04-19 13:05:29 +01:00
parent 61192628c8
commit a456003d87
2 changed files with 1307 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Summary: A GNU collection of binary utilities
Name: binutils%{?_with_debug:-debug}
Version: 2.35.2
Release: 40%{?dist}
Release: 41%{?dist}
License: GPLv3+
URL: https://sourceware.org/binutils
@ -432,6 +432,10 @@ Patch63: binutils-CVE-2023-25587.patch
# Purpose: binutils fix an illegal memory access when parsing an elf file containing corrupt symbol version information
# Lifetime: 2.39
Patch64: binutils-memory-access-when-parsing-an-elf-file.patch
# Purpose: binutils fix an illegal memory access when parsing an elf file containing corrupt symbol version information
# Lifetime: 2.38
Patch65: binutils.gold.dwarf-5-support.patch
#----------------------------------------------------------------------------
Provides: bundled(libiberty)
@ -1272,6 +1276,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Wed Apr 19 2023 Nick Clifton <nickc@redhat.com> - 2.35.2-41
- Add DWARF-5 support to GOLD. (#2182587)
* Thu Mar 16 2023 Yara Ahmad <yahmad@redhat.com> - 2.35.2-40
- Fix an illegal memory access when parsing an ELF file containing corrupt symbol version information. (#2164701)