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 all disassemblers #19160

Open
randall77 opened this issue Feb 17, 2017 · 1 comment
Open

cmd/objdump: implement all disassemblers #19160

randall77 opened this issue Feb 17, 2017 · 1 comment
Labels
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

@randall77
Copy link
Contributor

randall77 commented Feb 17, 2017

Teach objdump how to disassemble all the supported architectures.
Tracking bug for all the architectures involved. We're currently missing 4.

s390x: #15255
mips: #19158
mips64: #19156
arm64: #19157

@randall77 randall77 added this to the Unplanned milestone Feb 17, 2017
@ALTree ALTree added the NeedsFix The path to resolution is known, but the work has not been done. label Sep 22, 2018
@4a6f656c
Copy link
Contributor

See also #36738 for riscv64.

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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
None yet
Development

No branches or pull requests

4 participants