Skip to content

Commit ad6037a

Browse files
committed
_content/doc/go1.24: add objdump updates
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 <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 1fead20 commit ad6037a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_content/doc/go1.24.md

+6
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ incorrect call sequence for `f(0)`. New in this release is a better detector for
101101
this error condition when the incompatible declarations appear in different
102102
files. See [#67699](/issue/67699).
103103

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+
104110
### Vet
105111

106112
<!-- go.dev/issue/44251 -->

0 commit comments

Comments
 (0)