]> Cypherpunks repositories - gostls13.git/commit
sync: allow to work on armv5
authorDean Prichard <dean.prichard@gmail.com>
Thu, 18 Feb 2010 23:37:16 +0000 (15:37 -0800)
committerKai Backman <kaib@golang.org>
Thu, 18 Feb 2010 23:37:16 +0000 (15:37 -0800)
commit86b0ea6447c40be506cd71c2fdeb98255f08b23d
treecca1a1c4eb84819a467260368f688869dce1d04a
parent713e3e154158b39f775183bad8ec615e10371b13
sync: allow to work on armv5

asm_arm.s was using ldrex which does not work
on armv5. Tested on Sheevaplug.

R=rsc, kaib
CC=golang-dev
https://golang.org/cl/214049
src/pkg/sync/Makefile
src/pkg/sync/asm_arm5.s [new file with mode: 0644]
src/pkg/sync/asm_arm6.s [moved from src/pkg/sync/asm_arm.s with 100% similarity]