- Import commit eed38d8a02b2 to update APX support. (#2259333)

This commit is contained in:
Jakub Jelinek 2024-01-20 20:51:49 +01:00
parent f7f7b9f944
commit 5132280190
2 changed files with 15 additions and 1 deletions

View File

@ -26232,6 +26232,17 @@ diff -rupN binutils.orig/gas/write.h binutils-2.41/gas/write.h
bfd_reloc_code_real_type fx_r_type;
diff -rupN binutils.orig/gas/write.c binutils-2.41/gas/write.c
--- binutils.orig/gas/write.c
+++ binutils-2.41/gas/write.c
@@ -169,6 +169,7 @@ fix_new_internal (fragS *frag, /* Which frag? */
fixP->fx_addnumber = 0;
fixP->fx_tcbit = 0;
fixP->fx_tcbit2 = 0;
+ fixP->fx_tcbit3 = 0;
fixP->fx_done = 0;
fixP->fx_no_overflow = 0;
fixP->fx_signed = 0;
diff -rupN binutils.orig/include/elf/x86-64.h binutils-2.41/include/elf/x86-64.h
--- binutils.orig/include/elf/x86-64.h 2024-01-18 12:12:24.187946342 +0000
+++ binutils-2.41/include/elf/x86-64.h 2024-01-18 12:34:18.507470200 +0000

View File

@ -2,7 +2,7 @@
Summary: A GNU collection of binary utilities
Name: binutils%{?_with_debug:-debug}
Version: 2.41
Release: 28%{?dist}
Release: 29%{?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
URL: https://sourceware.org/binutils
@ -1354,6 +1354,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Sat Jan 20 2024 Jakub Jelinek <jakub@redhat.com> - 2.41-29
- Import commit eed38d8a02b2 to update APX support. (#2259333)
* Fri Jan 19 2024 Nick Clifton <nickc@redhat.com> - 2.41-28
- Import commits 5190fa38286a , 2519809009ed and eea4357967b6 to update APX support.