From c1d0eab1b1177f1f6f87420767d0e7a3d0f67368 Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Tue, 24 May 2022 19:11:35 +0100 Subject: Fix failing test for armeb-gnu-eabi 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 | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'gas') diff --git a/gas/testsuite/gas/arm/unwind-pacbti-m.d b/gas/testsuite/gas/arm/unwind-pacbti-m.d index 06cb314..d178e4c 100644 --- a/gas/testsuite/gas/arm/unwind-pacbti-m.d +++ b/gas/testsuite/gas/arm/unwind-pacbti-m.d @@ -1,4 +1,4 @@ -#objdump: -sr +#objdump: -j ".ARM.extab" -s #name: Unwind information for Armv8.1-M.Mainline PACBTI extension # This test is only valid on ELF based ports. #notarget: *-*-pe *-*-wince @@ -7,21 +7,5 @@ .*: file format.* -RELOCATION RECORDS FOR \[.ARM.exidx\]: -OFFSET TYPE VALUE. -00000000 R_ARM_PREL31 .text -00000000 R_ARM_NONE __aeabi_unwind_cpp_pr1 -00000004 R_ARM_PREL31 .ARM.extab - - -Contents of section .text: - 0000 (10b54df8 04cd5df8 04cb2de9 f050bde8|e8bd50f0 e92dcb04 f85dcd04 f84db510) .* - 0010 (f0502de9 0050bde8 005010bd|bd105000 e8bd5000 e92d50f0) .* Contents of section .ARM.extab: - 0000 (00840281 b40084b4 b0a8b4a3|a3b4a8b0 b48400b4 81028400) 00000000 .* -Contents of section .ARM.exidx: - 0000 00000000 00000000 .* -Contents of section .ARM.attributes: - 0000 41(290000 00|000000 29)616561 62690001 (1f000000|0000001f) .* - 0010 05382e31 2d4d2e4d 41494e00 0615074d .* - 0020 09033202 34024a01 4c01 .* + 0000 (00840281 b40084b4 b0a8b4a3|81028400 b48400b4 a3b4a8b0) 00000000 .* -- cgit v1.1