-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/objdump: implement disassembler for riscv64 #36738
Comments
Change https://golang.org/cl/216258 mentions this issue: |
Updates #27532, #36738 and #36739. Change-Id: If10031c6fd2c8ec2aa8c37f7edb148d8f26f8697 Reviewed-on: https://go-review.googlesource.com/c/go/+/216258 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Hello, I would like to work on this issue, if it still open and actual. |
@Pivnoy thanks for the offer - https://go-review.googlesource.com/c/arch/+/493935 exists, which should effectively close this issue (you're welcome to review/test if you can). |
Change https://go.dev/cl/622257 mentions this issue: |
Change https://go.dev/cl/636519 mentions this issue: |
The objdump tool now supports dissassembly on riscv64, loong64, and s390x. Updates golang/go#15255, golang/go#36738. For golang/go#68545. Change-Id: I5e913eb27383f42777baac1cd8436a5c6eb629fd Reviewed-on: https://go-review.googlesource.com/c/website/+/636519 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
There is currently no disassembler support for riscv64 - this is a tracking bug for addressing this.
The text was updated successfully, but these errors were encountered: