]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: rename crosscall_amd64 to crosscall1
authorJoel Sing <joel@sing.id.au>
Fri, 11 Aug 2023 09:58:26 +0000 (19:58 +1000)
committerJoel Sing <joel@sing.id.au>
Sat, 12 Aug 2023 03:56:28 +0000 (03:56 +0000)
commit7ce1dd99793e2aa2e78dc8d2031666a4a98bfd38
tree8949dd604960d32d7843c49beb3205ee89b9bc38
parent610d47a584e780f4af7978904c4c162de7ceee0b
runtime/cgo: rename crosscall_amd64 to crosscall1

This reduces inconsistency with other architectures and will allow
for further code deduplication.

Change-Id: I5becbf29af2ef714974b5e338f869281f2b4de8e
Reviewed-on: https://go-review.googlesource.com/c/go/+/518617
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Joel Sing <joel@sing.id.au>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/cgo/gcc_amd64.S
src/runtime/cgo/gcc_darwin_amd64.c
src/runtime/cgo/gcc_dragonfly_amd64.c
src/runtime/cgo/gcc_freebsd_amd64.c
src/runtime/cgo/gcc_linux_amd64.c
src/runtime/cgo/gcc_netbsd_amd64.c
src/runtime/cgo/gcc_openbsd_amd64.c
src/runtime/cgo/gcc_solaris_amd64.c
src/runtime/cgo/gcc_windows_amd64.c
src/runtime/cgo/libcgo.h