]> Cypherpunks repositories - gostls13.git/commit
all: use kind* of abi
authorqiulaidongfeng <2645477756@qq.com>
Tue, 2 Apr 2024 13:08:24 +0000 (13:08 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 2 Apr 2024 15:10:48 +0000 (15:10 +0000)
commitdaaf1f222063174eb7f0938eee38f7f9f364263c
tree4187c39caf622b61276555ab72ad00f1145ad280
parente3ec1ca17e339e21ca50fbdb375b4294783bc385
all: use kind* of abi

For #59670

Change-Id: Id66e102f13e529dd041b68ce869026a56f0a1b9b
GitHub-Last-Rev: 43aa9376f72bc02a9d86518cdc99494a6b2f8573
GitHub-Pull-Request: golang/go#65564
Reviewed-on: https://go-review.googlesource.com/c/go/+/562298
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Austin Clements <austin@google.com>
28 files changed:
src/cmd/compile/internal/reflectdata/reflect.go
src/cmd/internal/objabi/typekind.go [deleted file]
src/cmd/link/internal/ld/deadcode.go
src/cmd/link/internal/ld/decodesym.go
src/cmd/link/internal/ld/dwarf.go
src/internal/abi/type.go
src/reflect/export_test.go
src/reflect/type.go
src/runtime/alg.go
src/runtime/arena.go
src/runtime/cgocall.go
src/runtime/cgocheck.go
src/runtime/debuglog.go
src/runtime/error.go
src/runtime/export_debug_test.go
src/runtime/export_test.go
src/runtime/heapdump.go
src/runtime/mbitmap.go
src/runtime/mbitmap_allocheaders.go
src/runtime/mbitmap_noallocheaders.go
src/runtime/mfinal.go
src/runtime/pinner.go
src/runtime/plugin.go
src/runtime/race.go
src/runtime/stkframe.go
src/runtime/syscall_windows.go
src/runtime/type.go
src/runtime/typekind.go