aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/softfloat_arm.c
AgeCommit message (Collapse)Author
2014-11-11[dev.cc] runtime: convert softfloat_arm.c to Go + build fixesRuss Cox
Also include onM_signalok fix from issue 8995. Fixes linux/arm build. Fixes #8995. LGTM=r R=r, dave CC=golang-codereviews https://golang.org/cl/168580043
2014-09-08build: move package sources from src/pkg to srcRuss Cox
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.