public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] [Arm/gas] Fix failing test for armeb-gnu-eabi
@ 2022-05-25 10:29 Luis Machado
  2022-05-25 10:39 ` Richard Earnshaw
  0 siblings, 1 reply; 2+ messages in thread
From: Luis Machado @ 2022-05-25 10:29 UTC (permalink / raw)
  To: binutils

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] [Arm/gas] Fix failing test for armeb-gnu-eabi
  2022-05-25 10:29 [PATCH] [Arm/gas] Fix failing test for armeb-gnu-eabi Luis Machado
@ 2022-05-25 10:39 ` Richard Earnshaw
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Earnshaw @ 2022-05-25 10:39 UTC (permalink / raw)
  To: Luis Machado, binutils



On 25/05/2022 11:29, Luis Machado via Binutils wrote:
> 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.

OK.

R.

> ---
>   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:

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-25 10:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25 10:29 [PATCH] [Arm/gas] Fix failing test for armeb-gnu-eabi Luis Machado
2022-05-25 10:39 ` Richard Earnshaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).