diff --git a/binutils-rwx-seg-execstack-err-warn.patch b/binutils-rwx-seg-execstack-err-warn.patch index 0a8cfb8..323d294 100644 --- a/binutils-rwx-seg-execstack-err-warn.patch +++ b/binutils-rwx-seg-execstack-err-warn.patch @@ -1809,7 +1809,7 @@ diff -rupN binutils.orig/ld/testsuite/ld-powerpc/ppc476-shared2.d binutils-2.35. DYNAMIC RELOCATION RECORDS -OFFSET TYPE VALUE -+OFFSET +TYPE +VALUE ++OFFSET +TYPE +VALUE.* 0001000[02] R_PPC_ADDR16_LO \.text\+0x00050000 0002000[02] R_PPC_ADDR16_LO \.text\+0x00050000 0003000[02] R_PPC_ADDR16_LO \.text\+0x00050000 diff --git a/binutils.spec b/binutils.spec index 03fe78b..b27c690 100644 --- a/binutils.spec +++ b/binutils.spec @@ -2,7 +2,7 @@ Summary: A GNU collection of binary utilities Name: binutils%{?_with_debug:-debug} Version: 2.35.2 -Release: 67%{?dist} +Release: 68%{?dist} License: GPLv3+ URL: https://sourceware.org/binutils @@ -1392,6 +1392,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Wed Sep 10 2025 Nick Clifton - 2.35.2-68 +- Add missing space to ppc476-shared2 linker test. (RHEL-113842) + * Tue Aug 19 2025 Nick Clifton - 2.35.2-67 - Adds tests for the linker's --error-execstack and --error-rwx-segments command line options. (RHEL-109970)