diff options
author | Alan Modra <amodra@gmail.com> | 2021-10-31 10:07:14 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-11-02 09:59:17 +1030 |
commit | 09348c7665fe19e32d75f7defeca1168277e7b17 (patch) | |
tree | 0d23f275659c4911c9a9ef8ea91b61b4ef6a12d2 /gas | |
parent | 2047d95b897c7153368033c318185429f7809e4f (diff) | |
download | fsf-binutils-gdb-09348c7665fe19e32d75f7defeca1168277e7b17.zip fsf-binutils-gdb-09348c7665fe19e32d75f7defeca1168277e7b17.tar.gz fsf-binutils-gdb-09348c7665fe19e32d75f7defeca1168277e7b17.tar.bz2 |
ARM: match armeb output for unwind-pacbti-m test
* testsuite/gas/arm/unwind-pacbti-m.d: Match armeb output.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/arm/unwind-pacbti-m.d | 6 |
1 files 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 584b120..2802175 100644 --- a/gas/testsuite/gas/arm/unwind-pacbti-m.d +++ b/gas/testsuite/gas/arm/unwind-pacbti-m.d @@ -14,10 +14,10 @@ OFFSET TYPE VALUE Contents of section .text: - 0000 10b54df8 04cd5df8 04cb10bd .* + 0000 (10b54df8 04cd5df8 04cb10bd|b510f84d cd04f85d cb04bd10) .* Contents of section .ARM.exidx: - 0000 00000000 b0a8b480 .* + 0000 00000000 (b0a8b480|80b4a8b0) .* Contents of section .ARM.attributes: - 0000 41290000 00616561 62690001 1f000000 .* + 0000 41(290000 00|000000 29)616561 62690001 (1f000000|0000001f) .* 0010 05382e31 2d4d2e4d 41494e00 0615074d .* 0020 09033202 34024a01 4c01 .* |