Add missing space to ppc476-shared2 linker test.

Resolves: RHEL-113842
This commit is contained in:
Nick Clifton 2025-09-10 12:42:58 +01:00
parent b54fbf085c
commit fc3c80d378
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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 <nickc@redhat.com> - 2.35.2-68
- Add missing space to ppc476-shared2 linker test. (RHEL-113842)
* Tue Aug 19 2025 Nick Clifton <nickc@redhat.com> - 2.35.2-67
- Adds tests for the linker's --error-execstack and --error-rwx-segments command line options. (RHEL-109970)