1
0
mirror of https://github.com/golang/go synced 2024-09-24 01:20:13 -06:00
go/api/next/54251.txt
Meng Zhuo 4884599a54 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>
2022-08-09 01:21:43 +00:00

7 lines
380 B
Plaintext

pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV128 = 20776 #54251
pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV128 ideal-int #54251
pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV32 = 20530 #54251
pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV32 ideal-int #54251
pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV64 = 20580 #54251
pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV64 ideal-int #54251