[committed] gold: Update expected outputs in testsuite/pr26936.sh

Message ID CAMe9rOoaU+i6dcxjsP=8b9GjCANtiiZPV3WbR+1=M284Zi3ocA@mail.gmail.com
State New
Headers
Series [committed] gold: Update expected outputs in testsuite/pr26936.sh |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 fail Patch failed to apply

Commit Message

H.J. Lu Dec. 6, 2024, 7:16 a.m. UTC
  Update expected outputs in testsuite/pr26936.sh to match the assembler
outputs changed by:

a96a8b7367b2cd51ff32c69e516dfbe0204c8008 is the first bad commit
commit a96a8b7367b2cd51ff32c69e516dfbe0204c8008 (HEAD)
Author: Jan Beulich <jbeulich@suse.com>
Date:   Mon Dec 2 09:38:47 2024 +0100

    x86: always set ISA_1_BASELINE property for 64-bit objects

PR gold/32422
* testsuite/pr26936.sh: Updated.
  

Patch

From a3011beced048e66d200921b2a11c836fae31abf Mon Sep 17 00:00:00 2001
From: "H.J. Lu" <hjl.tools@gmail.com>
Date: Fri, 6 Dec 2024 15:05:25 +0800
Subject: [PATCH] gold: Update expected outputs in  testsuite/pr26936.sh

Update expected outputs in testsuite/pr26936.sh to match the assembler
outputs changed by:

a96a8b7367b2cd51ff32c69e516dfbe0204c8008 is the first bad commit
commit a96a8b7367b2cd51ff32c69e516dfbe0204c8008 (HEAD)
Author: Jan Beulich <jbeulich@suse.com>
Date:   Mon Dec 2 09:38:47 2024 +0100

    x86: always set ISA_1_BASELINE property for 64-bit objects

	PR gold/32422
	* testsuite/pr26936.sh: Updated.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
---
 gold/testsuite/pr26936.sh | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/gold/testsuite/pr26936.sh b/gold/testsuite/pr26936.sh
index ca7b025694e..993bcafab3d 100755
--- a/gold/testsuite/pr26936.sh
+++ b/gold/testsuite/pr26936.sh
@@ -35,21 +35,21 @@  check()
 }
 
 status=0
-check pr26936a.stdout "^pr26936a.s +6 +0x10108 +x" 1
-check pr26936a.stdout "^pr26936b.s +5 +0x10109 +x" 1
-check pr26936a.stdout "^pr26936b.s +11 +0x10108 +x" 1
-check pr26936a.stdout "^pr26936c.s +6 +0x10108 +x" 1
-check pr26936a.stdout "^ +0+10108 0+1" 3
-check pr26936a.stdout "^ +0+10109 0+1" 1
-check pr26936a.stdout "^ +0+ 0+10109 0+1010a" 1
-check pr26936a.stdout "^ +0+ 0+10108 0+10109" 1
-check pr26936b.stdout "^pr26936d.s +6 +0x10108 +x" 1
-check pr26936b.stdout "^pr26936b.s +5 +0x10109 +x" 1
-check pr26936b.stdout "^pr26936b.s +11 +0x10108 +x" 1
-check pr26936b.stdout "^pr26936c.s +6 +0x10108 +x" 1
-check pr26936b.stdout "^ +0+10108 0+1" 3
-check pr26936b.stdout "^ +0+10109 0+1" 1
-check pr26936b.stdout "^ +0+ 0+10109 0+1010a" 1
-check pr26936b.stdout "^ +0+ 0+10108 0+10109" 1
+check pr26936a.stdout "^pr26936a.s +6 +0x10118 +x" 1
+check pr26936a.stdout "^pr26936b.s +5 +0x10119 +x" 1
+check pr26936a.stdout "^pr26936b.s +11 +0x10118 +x" 1
+check pr26936a.stdout "^pr26936c.s +6 +0x10118 +x" 1
+check pr26936a.stdout "^ +0+10118 0+1" 3
+check pr26936a.stdout "^ +0+10119 0+1" 1
+check pr26936a.stdout "^ +0+ 0+10119 0+1011a" 1
+check pr26936a.stdout "^ +0+ 0+10118 0+10119" 1
+check pr26936b.stdout "^pr26936d.s +6 +0x10118 +x" 1
+check pr26936b.stdout "^pr26936b.s +5 +0x10119 +x" 1
+check pr26936b.stdout "^pr26936b.s +11 +0x10118 +x" 1
+check pr26936b.stdout "^pr26936c.s +6 +0x10118 +x" 1
+check pr26936b.stdout "^ +0+10118 0+1" 3
+check pr26936b.stdout "^ +0+10119 0+1" 1
+check pr26936b.stdout "^ +0+ 0+10119 0+1011a" 1
+check pr26936b.stdout "^ +0+ 0+10118 0+10119" 1
 
 exit $status
-- 
2.47.1