]> Cypherpunks repositories - gostls13.git/commit
[dev.power64] runtime: manually written parts for linux/power64 and linux/power64le...
authorShenghou Ma <minux@golang.org>
Tue, 12 Aug 2014 23:48:49 +0000 (19:48 -0400)
committerShenghou Ma <minux@golang.org>
Tue, 12 Aug 2014 23:48:49 +0000 (19:48 -0400)
commit5f691cfaf1a6a4e2365fad423c1fe1f9b7975efb
treeecb14d96ebe44451982272496ceb9c10d7064cf4
parent4928b2074b70e701f8dcc3d09f4c46243482916a
[dev.power64] runtime: manually written parts for linux/power64 and linux/power64le, checkpoint

LGTM=rsc
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/122430043
13 files changed:
src/pkg/runtime/arch_power64.h [new file with mode: 0644]
src/pkg/runtime/arch_power64le.h [new file with mode: 0644]
src/pkg/runtime/asm_power64x.s [new file with mode: 0644]
src/pkg/runtime/atomic_power64x.s [new file with mode: 0644]
src/pkg/runtime/memclr_power64x.s [new file with mode: 0644]
src/pkg/runtime/memmove_power64x.s [new file with mode: 0644]
src/pkg/runtime/rt0_linux_power64.s [new file with mode: 0644]
src/pkg/runtime/rt0_linux_power64le.s [new file with mode: 0644]
src/pkg/runtime/signal_linux_power64.h [new file with mode: 0644]
src/pkg/runtime/signal_linux_power64le.h [new file with mode: 0644]
src/pkg/runtime/signal_power64x.c [new file with mode: 0644]
src/pkg/runtime/sys_linux_power64x.s [new file with mode: 0644]
src/pkg/runtime/sys_power64x.c [new file with mode: 0644]