diff options
author | Luis Machado <luis.machado@arm.com> | 2022-05-24 19:11:35 +0100 |
---|---|---|
committer | Luis Machado <luis.machado@arm.com> | 2022-05-30 10:39:49 +0100 |
commit | c1d0eab1b1177f1f6f87420767d0e7a3d0f67368 (patch) | |
tree | 5d498747dde74e71326b67469a412314f69e7ed6 /gas | |
parent | eab286a7c8d990cce4d01a5c30cfe1c06823217b (diff) | |
download | fsf-binutils-gdb-c1d0eab1b1177f1f6f87420767d0e7a3d0f67368.zip fsf-binutils-gdb-c1d0eab1b1177f1f6f87420767d0e7a3d0f67368.tar.gz fsf-binutils-gdb-c1d0eab1b1177f1f6f87420767d0e7a3d0f67368.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/arm/unwind-pacbti-m.d | 20 |
1 files changed, 2 insertions, 18 deletions
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 .* |