Add support for Intel's APX (part 1) architecture extensions.
This commit is contained in:
parent
508b3ee556
commit
4c25ffdf16
116042
binutils-Intel-APX-part-1.patch
Normal file
116042
binutils-Intel-APX-part-1.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: binutils%{?_with_debug:-debug}
|
Name: binutils%{?_with_debug:-debug}
|
||||||
Version: 2.41
|
Version: 2.41
|
||||||
Release: 26%{?dist}
|
Release: 27%{?dist}
|
||||||
License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later
|
License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later
|
||||||
URL: https://sourceware.org/binutils
|
URL: https://sourceware.org/binutils
|
||||||
|
|
||||||
@ -315,6 +315,10 @@ Patch34: binutils-ppc-dt_relr-relocs.patch
|
|||||||
# Lifetime: Fixed in 2.42
|
# Lifetime: Fixed in 2.42
|
||||||
Patch35: binutils-demangler-updates.patch
|
Patch35: binutils-demangler-updates.patch
|
||||||
|
|
||||||
|
# Purpose: Add support for Intel's APX extensions (part 1)
|
||||||
|
# Lifetime: Fixed in 2.42
|
||||||
|
Patch36: binutils-Intel-APX-part-1.patch
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
Provides: bundled(libiberty)
|
Provides: bundled(libiberty)
|
||||||
@ -1350,6 +1354,9 @@ exit 0
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 17 2024 Nick Clifton <nickc@redhat.com> - 2.41-27
|
||||||
|
- Add support for Intel's APX (part 1) architecture extensions.
|
||||||
|
|
||||||
* Wed Jan 17 2024 Nick Clifton <nickc@redhat.com> - 2.41-26
|
* Wed Jan 17 2024 Nick Clifton <nickc@redhat.com> - 2.41-26
|
||||||
- Import libiberty demangling improvements in order to support gcc v14 mangling.
|
- Import libiberty demangling improvements in order to support gcc v14 mangling.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user