internal/abi, runtime, cmd: merge funcID_* consts into internal/abi

For #59670.

Change-Id: I517e97ea74cf232e5cfbb77b127fa8804f74d84b
Reviewed-on: https://go-review.googlesource.com/c/go/+/485495
Reviewed-by: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
This commit is contained in:
Austin Clements 2023-04-17 15:43:29 -04:00 committed by Gopher Robot
parent eaecd64200
commit 9754521157
16 changed files with 124 additions and 134 deletions

View file

@ -39,6 +39,7 @@ import (
"cmd/internal/sys"
"encoding/binary"
"fmt"
"internal/abi"
"sync"
"sync/atomic"
)
@ -476,7 +477,7 @@ type FuncInfo struct {
Args int32
Locals int32
Align int32
FuncID objabi.FuncID
FuncID abi.FuncID
FuncFlag objabi.FuncFlag
StartLine int32
Text *Prog