]> Cypherpunks repositories - gostls13.git/commit
runtime: rename vdso symbols to use camel case
authorIan Lance Taylor <iant@golang.org>
Mon, 5 Mar 2018 06:10:04 +0000 (22:10 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 5 Mar 2018 19:12:32 +0000 (19:12 +0000)
commit7178267b59b238a40fcf839a31264b2e65fa6f70
treef9503bd92d54749329b9ee869225da305caa7da9
parent5f80e709125a1589ae52c9a33ff188e6c5224227
runtime: rename vdso symbols to use camel case

This was originally C code using names with underscores, which were
retained when the code was rewritten into Go. Change the code to use
Go-like camel case names.

The names that come from the ELF ABI are left unchanged.

Change-Id: I181bc5dd81284c07bc67b7df4635f4734b41d646
Reviewed-on: https://go-review.googlesource.com/98520
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/sys_linux_386.s
src/runtime/sys_linux_amd64.s
src/runtime/sys_linux_arm.s
src/runtime/vdso_linux.go
src/runtime/vdso_linux_386.go
src/runtime/vdso_linux_amd64.go
src/runtime/vdso_linux_arm.go
src/runtime/vdso_linux_test.go
src/syscall/asm_linux_amd64.s