]> Cypherpunks repositories - gostls13.git/commit
5l: fix softfloat nits
authorRuss Cox <rsc@golang.org>
Thu, 9 Jun 2011 22:38:25 +0000 (18:38 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 9 Jun 2011 22:38:25 +0000 (18:38 -0400)
commit1fddbab736f506e760cced149d1ae3aeb55b48b0
treea34e907d69b414055dba2bb44b8ea958b37f2b3f
parent900c5fa98e2010f3a80fda4d6cfa1531e5509046
5l: fix softfloat nits

Need to load math.a so that sqrtGoC is available.
Also was missing prototype.

R=ken2
CC=golang-dev
https://golang.org/cl/4517148
src/cmd/ld/lib.c
src/pkg/runtime/arm/softfloat.c