]> Cypherpunks.ru repositories - gostls13.git/commit
debug/pe: recognize arm64 executables
authorRuss Cox <rsc@golang.org>
Fri, 22 Jan 2021 14:32:38 +0000 (09:32 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2021 00:40:00 +0000 (00:40 +0000)
commit0ca0551f02257283d00c01303100a16433c526c6
tree3b8f228fb874c95f6efd10be6787239af2ae9656
parent0c633125f25966fa749ff8003393216aa454e909
debug/pe: recognize arm64 executables

We still need to add test data, but as yet we haven't identified
a good Windows arm64 compiler to produce small binaries.

This CL is part of a stack adding windows/arm64
support (#36439), intended to land in the Go 1.17 cycle.

Change-Id: Ifbecb9a6e25f7af38e20b7d7830df7f5efe2798a
Reviewed-on: https://go-review.googlesource.com/c/go/+/288820
Trust: Russ Cox <rsc@golang.org>
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/debug/pe/file.go