]> Cypherpunks repositories - gostls13.git/commit
runtime: new files for plan9_arm support
authorRichard Miller <miller.research@gmail.com>
Wed, 27 Jan 2016 16:31:24 +0000 (16:31 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 7 Mar 2016 16:25:48 +0000 (16:25 +0000)
commit0de0cafb9f5b20058741c68c8dddf79ffc8492d7
tree45d891cc80bbde082499ef245da656463972096b
parentd145456b168029188ffc654ce2e9f1bbc62f8b99
runtime: new files for plan9_arm support

Implementation more or less follows plan9_386 version.
Revised 7 March to correct a bug in runtime.seek and
tidy whitespace for 8-column tabs.

Change-Id: I2e921558b5816502e8aafe330530c5a48a6c7537
Reviewed-on: https://go-review.googlesource.com/18966
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/defs_plan9_arm.go [new file with mode: 0644]
src/runtime/internal/atomic/sys_plan9_arm.s [new file with mode: 0644]
src/runtime/os_plan9_arm.go [new file with mode: 0644]
src/runtime/rt0_plan9_arm.s [new file with mode: 0644]
src/runtime/sys_plan9_arm.s [new file with mode: 0644]