]> Cypherpunks repositories - gostls13.git/commit
runtime: tidy _Stack* constant naming
authorAustin Clements <austin@google.com>
Wed, 19 Apr 2023 18:58:47 +0000 (14:58 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 21 Apr 2023 19:29:00 +0000 (19:29 +0000)
commit87272bd1a18666ec38ac44c63e11c739f3054056
tree92d1609c824b36e33b5c11616a478cf800ceeb3a
parent0f099a4bc569e32fbddefb8e3de6b59cf6d1959d
runtime: tidy _Stack* constant naming

For #59670.

Change-Id: I0efa743edc08e48dc8d906803ba45e9f641369db
Reviewed-on: https://go-review.googlesource.com/c/go/+/486977
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
21 files changed:
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_arm.s
src/runtime/asm_arm64.s
src/runtime/asm_loong64.s
src/runtime/asm_mips64x.s
src/runtime/asm_mipsx.s
src/runtime/asm_ppc64x.s
src/runtime/asm_riscv64.s
src/runtime/asm_s390x.s
src/runtime/os_windows.go
src/runtime/preempt.go
src/runtime/proc.go
src/runtime/runtime1.go
src/runtime/signal_unix.go
src/runtime/signal_windows.go
src/runtime/stack.go
src/runtime/sys_aix_ppc64.s
src/runtime/sys_solaris_amd64.s
src/runtime/sys_windows_386.s
src/runtime/sys_windows_amd64.s