-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/objdump: no support for ppc64{,le} #9039
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
Comments
CL https://golang.org/cl/9683 mentions this issue. |
I see this is marked Unplanned but has been marked and unmarked as being included in releases since Go1.5. I agree it is not a high priority but Minux has already done most of the work so it would be nice to make it available for others to use. |
Let me add that I've been using the code that Minux pointed me to (a long time ago) with some minor modifications and it is working for me. If his code was put into golang.org/x/arch/ppc64 after changing the strings from power64 to ppc64, then there are just a few other minor changes to get objump and the testcase to work on ppc64x and I can finish those if necessary. For now if it could be put into golang.org/x/arch (not sure if that is frozen too?) that would make it easier to use and the rest could be done later for Go 1.8. |
What's the outlook for getting this into Go 1.8? |
At least for the timing, the outlook for 1.8 is fine. |
I will get this done in the 1.8 cycle.
|
Is this still going to make Go 1.8? |
CL https://golang.org/cl/30936 mentions this issue. |
For #9039. Change-Id: I2b1bcd76857ff332411ca21a0cc5def3097a8eaf Reviewed-on: https://go-review.googlesource.com/30936 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
The text was updated successfully, but these errors were encountered: