[PATCH] [Arm/gas] Fix failing test for armeb-gnu-eabi

Luis Machado luis.machado@arm.com
Wed May 25 10:29:10 GMT 2022


The following test fails on the armeb-gnu-eabi target:

FAIL: Unwind information for Armv8.1-M.Mainline PACBTI extension

This patch adjusts the expected output for big endian.
---
 gas/testsuite/gas/arm/unwind-pacbti-m.d | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gas/testsuite/gas/arm/unwind-pacbti-m.d b/gas/testsuite/gas/arm/unwind-pacbti-m.d
index 06cb3145e42..f1927baba50 100644
--- a/gas/testsuite/gas/arm/unwind-pacbti-m.d
+++ b/gas/testsuite/gas/arm/unwind-pacbti-m.d
@@ -15,10 +15,10 @@ OFFSET   TYPE              VALUE.
 
 
 Contents of section .text:
- 0000 (10b54df8 04cd5df8 04cb2de9 f050bde8|e8bd50f0 e92dcb04 f85dcd04 f84db510)  .*
- 0010 (f0502de9 0050bde8 005010bd|bd105000 e8bd5000 e92d50f0)  .*
+ 0000 (10b54df8 04cd5df8 04cb2de9 f050bde8|b510f84d cd04f85d cb04e92d 50f0e8bd)  .*
+ 0010 (f0502de9 0050bde8 005010bd|50f0e92d 5000e8bd 5000bd10)  .*
 Contents of section .ARM.extab:
- 0000 (00840281 b40084b4 b0a8b4a3|a3b4a8b0 b48400b4 81028400) 00000000  .*
+ 0000 (00840281 b40084b4 b0a8b4a3|81028400 b48400b4 a3b4a8b0) 00000000  .*
 Contents of section .ARM.exidx:
  0000 00000000 00000000  .*
 Contents of section .ARM.attributes:
-- 
2.25.1



More information about the Binutils mailing list