Skip to content
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

Open
4a6f656c opened this issue Jan 24, 2020 · 3 comments
Open

cmd/objdump: implement disassembler for riscv64 #36738

4a6f656c opened this issue Jan 24, 2020 · 3 comments
Labels
arch-riscv Issues solely affecting the riscv64 architecture. compiler/runtime Issues related to the Go compiler and/or runtime. NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@4a6f656c
Copy link
Contributor

There is currently no disassembler support for riscv64 - this is a tracking bug for addressing this.

@gopherbot
Copy link

Change https://golang.org/cl/216258 mentions this issue: cmd/objdump: disable unsupported tests on riscv64

@toothrot toothrot added the NeedsFix The path to resolution is known, but the work has not been done. label Jan 24, 2020
@toothrot toothrot added this to the Backlog milestone Jan 24, 2020
gopherbot pushed a commit that referenced this issue Jan 25, 2020
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>
@tklauser tklauser added the arch-riscv Issues solely affecting the riscv64 architecture. label Jan 28, 2020
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 13, 2022
@Pivnoy
Copy link

Pivnoy commented Jun 2, 2023

Hello, I would like to work on this issue, if it still open and actual.

@4a6f656c
Copy link
Contributor Author

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-riscv Issues solely affecting the riscv64 architecture. compiler/runtime Issues related to the Go compiler and/or runtime. NeedsFix The path to resolution is known, but the work has not been done.
Projects
Status: Triage Backlog
Development

No branches or pull requests

5 participants