]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: rename crosscall_arm1 to crosscall1
authorJoel Sing <joel@sing.id.au>
Fri, 11 Aug 2023 09:49:38 +0000 (19:49 +1000)
committerJoel Sing <joel@sing.id.au>
Tue, 15 Aug 2023 03:39:42 +0000 (03:39 +0000)
commita91931d69297d2ec2e4dda711db9ac938b2ab776
treedf628cf1c734a7908e6df9b86e16a025d954da21
parent5feb8b60e7069e1b15273836b522a05a6b40edc6
runtime/cgo: rename crosscall_arm1 to crosscall1

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

Change-Id: Icf0d02f765546c3193cccaa22c79e632e12d6bba
Reviewed-on: https://go-review.googlesource.com/c/go/+/518616
Run-TryBot: Joel Sing <joel@sing.id.au>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/runtime/cgo/gcc_arm.S
src/runtime/cgo/gcc_freebsd_arm.c
src/runtime/cgo/gcc_linux_arm.c
src/runtime/cgo/gcc_netbsd_arm.c
src/runtime/cgo/gcc_openbsd_arm.c