]> Cypherpunks.ru repositories - gostls13.git/commit
internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into internal/abi
authorAustin Clements <austin@google.com>
Mon, 17 Apr 2023 20:50:00 +0000 (16:50 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 21 Apr 2023 19:28:49 +0000 (19:28 +0000)
commit7843ca83e7c8229f4fdca22949428a2418f45138
treeaf287142e7909423c1e4ea9873c21b15f60aa06b
parent2668a190baa302a1fd7e22285cdb343af67530ad
internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into internal/abi

We also rename the constants related to unsafe-points: currently, they
follow the same naming scheme as the PCDATA table indexes, but are not
PCDATA table indexes.

For #59670.

Change-Id: I06529fecfae535be5fe7d9ac56c886b9106c74fd
Reviewed-on: https://go-review.googlesource.com/c/go/+/485497
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
21 files changed:
src/cmd/asm/internal/asm/asm.go
src/cmd/compile/internal/liveness/arg.go
src/cmd/compile/internal/liveness/plive.go
src/cmd/compile/internal/objw/prog.go
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/dist/buildtool.go
src/cmd/internal/obj/plist.go
src/cmd/internal/obj/util.go
src/cmd/internal/objabi/funcdata.go [deleted file]
src/cmd/link/internal/ld/pcln.go
src/internal/abi/symtab.go
src/runtime/debugcall.go
src/runtime/funcdata.h
src/runtime/heapdump.go
src/runtime/panic.go
src/runtime/preempt.go
src/runtime/stkframe.go
src/runtime/symtab.go
src/runtime/symtabinl.go
src/runtime/trace.go
src/runtime/traceback.go