]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/link/internal/loadpe: update comment about @feat.00 symbol handling
authorqmuntal <quimmuntal@gmail.com>
Sun, 17 Dec 2023 16:51:25 +0000 (17:51 +0100)
committerQuim Muntal <quimmuntal@gmail.com>
Mon, 18 Dec 2023 20:26:46 +0000 (20:26 +0000)
commit761e10be8805bf0b3afd015cf9f09856a6066ad2
tree270fb91210706b8946313bcf52020c347308393f
parent450f5d90c2c85cb2b031bcf4a65c3b1467231977
cmd/link/internal/loadpe: update comment about @feat.00 symbol handling

The @feat.00 comment is outdated, as Go does support SEH on
windows/amd64. While here, simplify it and add a link to the
relevant documentation.

Change-Id: I6e3c786ca4f4809baf46015edf569d06b12f1239
Reviewed-on: https://go-review.googlesource.com/c/go/+/550635
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/link/internal/loadpe/ldpe.go