]> Cypherpunks repositories - gostls13.git/commit
[dev.power64] runtime: power64 fixes and ports of changes
authorAustin Clements <austin@google.com>
Mon, 27 Oct 2014 21:27:03 +0000 (17:27 -0400)
committerAustin Clements <austin@google.com>
Mon, 27 Oct 2014 21:27:03 +0000 (17:27 -0400)
commit062e354c8412e338a3a7c7c2c81d72226e431bd5
treea47732526e200a05b973ac8b54c31641a268bdac
parent6be0c8a566f6747fd18e9f5f49df37a6cd289407
[dev.power64] runtime: power64 fixes and ports of changes

Fix include paths that got moved in the great pkg/ rename.  Add
missing runtime/arch_* files for power64.  Port changes that
happened on default since branching to
runtime/{asm,atomic,sys_linux}_power64x.s (precise stacks,
calling convention change, various new and deleted functions.
Port struct renaming and fix some bugs in
runtime/defs_linux_power64.h.

LGTM=rsc
R=rsc, dave
CC=golang-codereviews
https://golang.org/cl/161450043
15 files changed:
src/math/stubs_power64x.s
src/runtime/arch_power64.go [new file with mode: 0644]
src/runtime/arch_power64le.go [new file with mode: 0644]
src/runtime/asm_power64x.s
src/runtime/atomic_power64x.s
src/runtime/debug/stubs.s
src/runtime/defs_linux_power64.h
src/runtime/memclr_power64x.s
src/runtime/memmove_power64x.s
src/runtime/rt0_linux_power64.s
src/runtime/rt0_linux_power64le.s
src/runtime/sys_linux_power64x.s
src/sync/atomic/asm_power64x.s
src/syscall/asm.s
src/syscall/asm_linux_power64x.s