[binutils-gdb] gas: testsuite: microblaze: cosmetic fix

Michael Eager eager@sourceware.org
Fri Oct 20 18:47:16 GMT 2023


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1fa80e4c8184d87d75ff30b552cc282f5811823a

commit 1fa80e4c8184d87d75ff30b552cc282f5811823a
Author: Neal Frager <neal.frager@amd.com>
Date:   Fri Oct 20 15:26:54 2023 +0100

    gas: testsuite: microblaze: cosmetic fix
    
    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>
    Signed-off-by: Michael J. Eager <eager@eagercon.com>

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


More information about the Binutils-cvs mailing list