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

Closed
4a6f656c opened this issue Jan 24, 2020 · 5 comments
Closed

cmd/objdump: implement disassembler for riscv64 #36738

4a6f656c opened this issue Jan 24, 2020 · 5 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
Contributor

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
@mknyszek mknyszek moved this to Triage Backlog in Go Compiler / Runtime Jul 15, 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).

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/622257 mentions this issue: cmd/internal/objfile,cmd/objdump: add disassembly support for riscv64

@github-project-automation github-project-automation bot moved this from Triage Backlog to Done in Go Compiler / Runtime Oct 29, 2024
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/636519 mentions this issue: _content/doc/go1.24: add objdump updates

@dmitshur dmitshur modified the milestones: Backlog, Go1.24 Dec 16, 2024
gopherbot pushed a commit to golang/website that referenced this issue Dec 16, 2024
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>
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
Development

No branches or pull requests

6 participants