]> Cypherpunks repositories - gostls13.git/commit
runtime: use m and g, instead of R9 and R10, in ARM assembly files
authorShenghou Ma <minux.ma@gmail.com>
Tue, 28 May 2013 12:13:02 +0000 (20:13 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Tue, 28 May 2013 12:13:02 +0000 (20:13 +0800)
commitd8fd8d89ea071c79788b34eddf31858c0e66c19b
treef99e89b40bc890645fece1730cf346a9f2c69712
parent828c68f8d80a642d89cc17e04aeb0116c8bce4ae
runtime: use m and g, instead of R9 and R10, in ARM assembly files
also don't clobber R9 if it is about to crash.

In response to https://golang.org/cl/9251043/#msg2.

R=golang-dev, khr, khr, dave
CC=golang-dev
https://golang.org/cl/9778046
src/pkg/runtime/sys_freebsd_arm.s
src/pkg/runtime/sys_linux_arm.s
src/pkg/runtime/sys_netbsd_arm.s