]> Cypherpunks repositories - gostls13.git/commit
doc, cmd/internal/obj/riscv: document the riscv64 assembler
authorMark Ryan <markdryan@rivosinc.com>
Wed, 26 Feb 2025 07:57:30 +0000 (08:57 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 14 Nov 2025 19:09:46 +0000 (11:09 -0800)
commitb24aec598b9777de6044cf4f52042d3b3acc0f35
tree0e288d1300222b7da861f783f54ffe9631d35e88
parenta0e738c657d33e2a648838546812fb50cf42e41d
doc, cmd/internal/obj/riscv: document the riscv64 assembler

Add documentation for the riscv64 assembler with a link to the
documentation from asm.html. Architecture specific assembler
documentation is provided for the other architectures but has
been missing for riscv64 until now.

Change-Id: I62ed7e6a2a4b52e0720d869e964b29e2a980223a
Reviewed-on: https://go-review.googlesource.com/c/go/+/652717
Reviewed-by: Joel Sing <joel@sing.id.au>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com>
Auto-Submit: Joel Sing <joel@sing.id.au>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
doc/asm.html
src/cmd/internal/obj/riscv/doc.go [new file with mode: 0644]