[PATCH v1 1/1] gas: testsuite: microblaze: cosmetic fix
Neal Frager
neal.frager@amd.com
Fri Oct 20 14:26:54 GMT 2023
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
--
2.25.1
More information about the Binutils
mailing list