]> Cypherpunks.ru 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)
committerAustin Clements <austin@google.com>
Thu, 20 Apr 2023 16:05:23 +0000 (16:05 +0000)
commitef8e3b7fa44b5714f534449dc8412c352bf1b2be
treeba9c4531a6c9ecc287598ab7fd8215fae44998d7
parent921699fe5f67a2e5246badc8f626cc70a615ad1c
runtime: tidy _Stack* constant naming

For #59670.

Change-Id: I4476d6f92663e8a825d063d6e6a7fc9a2ac99d4d
Reviewed-on: https://go-review.googlesource.com/c/go/+/486381
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@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