Add the --package-metadata option to the linkers. (#2099999)

This commit is contained in:
Nick Clifton 2022-08-04 13:47:53 +01:00
parent 0859b9f54c
commit 9ee9ffc894
2 changed files with 1041 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -39,7 +39,7 @@
Summary: A GNU collection of binary utilities
Name: binutils%{?name_cross}%{?_with_debug:-debug}
Version: 2.38
Release: 22%{?dist}
Release: 23%{?dist}
License: GPLv3+
URL: https://sourceware.org/binutils
@ -330,6 +330,10 @@ Patch28: binutils-ppc64-DT_RELR-relocs.patch
# Lifetime: Fixed in 2.39
Patch29: binutils-ppc-gas-machine-directive.patch
# Purpose: Add a --package-metadata option to the linkers.
# Lifetime: Fixed in 2.39 (for ld.bfd)
Patch30: binutils-package-metadata.patch
#----------------------------------------------------------------------------
Provides: bundled(libiberty)
@ -944,6 +948,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Thu Aug 04 2022 Nick Clifton <nickc@redhat.com> - 2.38-23
- Add the --package-metadata option to the linkers. (#2099999)
* Thu Jul 28 2022 Nick Clifton <nickc@redhat.com> - 2.38-22
- Fix a couple of x86_64 linker testsuite failures.