]> Cypherpunks repositories - gostls13.git/commit
sync/atomic: adjust for new runtime.cas64 prototype
authorRuss Cox <rsc@golang.org>
Tue, 24 Sep 2013 19:54:48 +0000 (15:54 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 24 Sep 2013 19:54:48 +0000 (15:54 -0400)
commit828a4b93765c87a96578c1aaa3b0781d3d4e31be
tree70a08fafe621a366a0fd06a4bcd1f121ce69f8a0
parent5639d2754b1c9e33bc4440e23d21726d2cc3454b
sync/atomic: adjust for new runtime.cas64 prototype

R=golang-dev, minux.ma, josharian
CC=golang-dev
https://golang.org/cl/13859043
src/pkg/sync/atomic/asm_linux_arm.s
src/pkg/sync/atomic/atomic_linux_arm_test.go [new file with mode: 0644]
src/pkg/sync/atomic/atomic_test.go
src/pkg/sync/atomic/export_linux_arm_test.go [new file with mode: 0644]