]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] runtime, syscall: add names to FP offsets in freebsd, netbsd arm assembly
authorRuss Cox <rsc@golang.org>
Mon, 23 Feb 2015 15:56:10 +0000 (10:56 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 23 Feb 2015 16:52:33 +0000 (16:52 +0000)
commitc72a21189b3be5498b092e880df55b2b8bcf5d00
treeeaf1203efc1d275dd0b8095978445ccda4ad6dc6
parent53d4123fbcacea94090eebae1e3883d692796b05
[dev.cc] runtime, syscall: add names to FP offsets in freebsd, netbsd arm assembly

Makes them compatible with the new asm.
Applied mechanically from vet diagnostics.

Manual edits: the names for arguments in time·now(SB) in runtime/sys_*_arm.s.

Change-Id: Ib295390d9509d306afc67714e3f50dc832256625
Reviewed-on: https://go-review.googlesource.com/5576
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/runtime/sys_freebsd_arm.s
src/runtime/sys_netbsd_arm.s
src/syscall/asm_freebsd_arm.s
src/syscall/asm_netbsd_arm.s