]> Cypherpunks.ru repositories - gostls13.git/commit
internal/abi, runtime, cmd: merge funcID_* consts into internal/abi
authorAustin Clements <austin@google.com>
Mon, 17 Apr 2023 19:43:29 +0000 (15:43 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 21 Apr 2023 19:28:44 +0000 (19:28 +0000)
commit9754521157caffde83f630410781abd9e35f18d5
tree38e8bf655fc133612234e9b9f2d761a64f391ce8
parenteaecd642004641a0353786f1c679bc3c726d1a02
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>
16 files changed:
src/cmd/internal/goobj/funcinfo.go
src/cmd/internal/obj/link.go
src/cmd/internal/objabi/funcid.go
src/cmd/link/internal/ld/pcln.go
src/cmd/link/internal/loader/loader.go
src/internal/abi/symtab.go [new file with mode: 0644]
src/runtime/mgcmark.go
src/runtime/panic.go
src/runtime/race.go
src/runtime/runtime2.go
src/runtime/stack.go
src/runtime/symtab.go
src/runtime/symtabinl.go
src/runtime/symtabinl_test.go
src/runtime/trace.go
src/runtime/traceback.go