diff mbox series

[v1,1/1] gas: testsuite: microblaze: cosmetic fix

Message ID 20231020142654.748639-1-neal.frager@amd.com
State New
Headers show
Series [v1,1/1] gas: testsuite: microblaze: cosmetic fix | expand

Commit Message

Frager, Neal Oct. 20, 2023, 2:26 p.m. UTC
This patch makes a cosmetic change to the reloc_weaksym.s
by making the bneid instruction all lower case like all of
the other instructions in the example.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 gas/testsuite/gas/microblaze/reloc_weaksym.s | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Eager Oct. 20, 2023, 6:47 p.m. UTC | #1
On 10/20/23 07:26, Neal Frager wrote:
> This patch makes a cosmetic change to the reloc_weaksym.s
> by making the bneid instruction all lower case like all of
> the other instructions in the example.
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>
> ---
>   gas/testsuite/gas/microblaze/reloc_weaksym.s | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gas/testsuite/gas/microblaze/reloc_weaksym.s b/gas/testsuite/gas/microblaze/reloc_weaksym.s
> index 44258093376..721f02136dd 100644
> --- a/gas/testsuite/gas/microblaze/reloc_weaksym.s
> +++ b/gas/testsuite/gas/microblaze/reloc_weaksym.s
> @@ -43,7 +43,7 @@ main:
>   	rtsd	r15,8
>   	nop		# Unfilled delay slot
>   	cmpu	r2,r2,r4
> -	BNEID	r2,reloc_none_test
> +	bneid	r2,reloc_none_test
>   	.end	main
>   $Lfe2:
>   	.size	main,$Lfe2-main

Committed.
diff mbox series

Patch

diff --git a/gas/testsuite/gas/microblaze/reloc_weaksym.s b/gas/testsuite/gas/microblaze/reloc_weaksym.s
index 44258093376..721f02136dd 100644
--- a/gas/testsuite/gas/microblaze/reloc_weaksym.s
+++ b/gas/testsuite/gas/microblaze/reloc_weaksym.s
@@ -43,7 +43,7 @@  main:
 	rtsd	r15,8
 	nop		# Unfilled delay slot
 	cmpu	r2,r2,r4
-	BNEID	r2,reloc_none_test
+	bneid	r2,reloc_none_test
 	.end	main
 $Lfe2:
 	.size	main,$Lfe2-main