We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fead20 commit ad6037aCopy full SHA for ad6037a
_content/doc/go1.24.md
@@ -101,6 +101,12 @@ incorrect call sequence for `f(0)`. New in this release is a better detector for
101
this error condition when the incompatible declarations appear in different
102
files. See [#67699](/issue/67699).
103
104
+### Objdump
105
+
106
+<!-- go.dev/issue/15255, go.dev/issue/36738 -->
107
+The [objdump](/cmd/objdump) tool now supports dissassembly on 64-bit
108
+LoongArch (`GOARCH=loong64`), RISC-V (`GOARCH=riscv64`), and S390X (`GOARCH=s390x`).
109
110
### Vet
111
112
<!-- go.dev/issue/44251 -->
0 commit comments