]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] runtime: convert power64-specific .c and .h files to Go
authorAustin Clements <austin@google.com>
Tue, 18 Nov 2014 20:19:37 +0000 (15:19 -0500)
committerAustin Clements <austin@google.com>
Tue, 18 Nov 2014 20:19:37 +0000 (15:19 -0500)
commit0da27cb8b0e82d429a9c3ee591208327e3e7a8c9
tree3d9501c962a9fd35b4ba0fff81545f0fde401498
parent3f27c3ae373fb32f55739c8695e7baaa33e2b2e3
[dev.cc] runtime: convert power64-specific .c and .h files to Go

The power64 equivalent of CL 174860043

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/179890043
src/runtime/arch1_power64.go [new file with mode: 0644]
src/runtime/arch1_power64le.go [new file with mode: 0644]
src/runtime/arch_power64.h [deleted file]
src/runtime/arch_power64le.h [deleted file]
src/runtime/atomic_power64x.go [new file with mode: 0644]
src/runtime/sys_power64x.c [deleted file]
src/runtime/sys_power64x.go [new file with mode: 0644]