]> Cypherpunks repositories - gostls13.git/commit
debug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128}
authorMeng Zhuo <mzh@golangcn.org>
Fri, 5 Aug 2022 02:20:12 +0000 (10:20 +0800)
committerMeng Zhuo <mzh@golangcn.org>
Tue, 9 Aug 2022 01:21:43 +0000 (01:21 +0000)
commit4884599a541a8134ce1f83135523b74e3a19900e
tree612fbca07f4cd31770163120b4434f66bc8ae90a
parent365ca6947287d2b8fd9ca49fef74a1297786e8b1
debug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128}

https://docs.microsoft.com/en-us/windows/win32/debug/pe-format

Fixes #54251

Change-Id: I024130fd9f55b2f1c0439baacdc56cdbc3315215
Reviewed-on: https://go-review.googlesource.com/c/go/+/421357
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Meng Zhuo <mzh@golangcn.org>
api/next/54251.txt [new file with mode: 0644]
src/debug/pe/file.go
src/debug/pe/pe.go