From 1fa80e4c8184d87d75ff30b552cc282f5811823a Mon Sep 17 00:00:00 2001 From: Neal Frager Date: Fri, 20 Oct 2023 15:26:54 +0100 Subject: [PATCH] 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 Signed-off-by: Michael J. Eager --- 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 -- 2.30.2