mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/link,runtime: merge minfunc const info internal/abi
For #59670
Change-Id: If2b05b1ba30b607b518577b0e11ba5a0b07999c5
GitHub-Last-Rev: a664aa18b5
GitHub-Pull-Request: golang/go#64906
Reviewed-on: https://go-review.googlesource.com/c/go/+/553276
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
parent
a557f9dcd7
commit
40fab294de
6 changed files with 11 additions and 12 deletions
|
|
@ -273,10 +273,6 @@ var (
|
|||
symSize int32
|
||||
)
|
||||
|
||||
const (
|
||||
MINFUNC = 16 // minimum size for a function
|
||||
)
|
||||
|
||||
// Symbol version of ABIInternal symbols. It is sym.SymVerABIInternal if ABI wrappers
|
||||
// are used, 0 otherwise.
|
||||
var abiInternalVer = sym.SymVerABIInternal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue