]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 for sigtramp PC on FreeBSD
authorCherry Mui <cherryyz@google.com>
Tue, 18 May 2021 16:47:30 +0000 (12:47 -0400)
committerCherry Mui <cherryyz@google.com>
Tue, 18 May 2021 17:15:01 +0000 (17:15 +0000)
commit077f03f4d878f3b62e4aa15cdbd7cabc9dd08a11
tree1ac1d457c0338d6d91e7aaf99764670521f139ea
parentf39200b037e022d0f79ed478a45492306aaf5629
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 for sigtramp PC on FreeBSD

Same as CL 313230, for FreeBSD. sigtramp is the only one we need.

Change-Id: Iefc00c1cb7e70b08a07c3bc3604b2114fd86563d
Reviewed-on: https://go-review.googlesource.com/c/go/+/320912
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/runtime/os_freebsd2.go
src/runtime/os_freebsd_amd64.go