diff --git a/_content/doc/go1.24.md b/_content/doc/go1.24.md index 81307d334c..ae2f1d5caa 100644 --- a/_content/doc/go1.24.md +++ b/_content/doc/go1.24.md @@ -101,6 +101,12 @@ incorrect call sequence for `f(0)`. New in this release is a better detector for this error condition when the incompatible declarations appear in different files. See [#67699](/issue/67699). +### Objdump + + +The [objdump](/cmd/objdump) tool now supports dissassembly on 64-bit +LoongArch (`GOARCH=loong64`), RISC-V (`GOARCH=riscv64`), and S390X (`GOARCH=s390x`). + ### Vet