[binutils-gdb] gas/doc/riscv: Fixed typo of `.insn cj' format
Nelson Chu
nelsonc1225@sourceware.org
Wed Jul 3 03:42:36 GMT 2024
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=aa8c6e648460f99f38cbecffc0e3763f0a4f768d
commit aa8c6e648460f99f38cbecffc0e3763f0a4f768d
Author: Nelson Chu <nelson@rivosinc.com>
Date: Wed Jul 3 11:39:55 2024 +0800
gas/doc/riscv: Fixed typo of `.insn cj' format
gas/
* doc/c-riscv.texi: Fixed typo of `.insn cj' format.
Diff:
---
gas/doc/c-riscv.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gas/doc/c-riscv.texi b/gas/doc/c-riscv.texi
index 24df83b65c5..d3966692625 100644
--- a/gas/doc/c-riscv.texi
+++ b/gas/doc/c-riscv.texi
@@ -673,7 +673,7 @@ with the @samp{.insn} pseudo directive:
15 13 10 7 2 0
@end verbatim
-@item CJ type: .insn cj opcode2, symbol
+@item CJ type: .insn cj opcode2, func3, symbol
@verbatim
+-------+-------------------------------+---------+
| func3 | simm11[11|4|9:8|10|6|7|3:1|5] | opcode2 |
More information about the Binutils-cvs
mailing list