summaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-05-12 10:55:33 -0400
committerRuss Cox <rsc@golang.org>2014-05-12 10:55:33 -0400
commita76aefdbd7c51a8edfa10186be52f454534d934a (patch)
tree01a2d8f9262669c5d596049e8dd4abb05e54b8b8 /src/cmd
parent92f54bd704d215cdf8eed4bcbc5031dff4941880 (diff)
downloadgo-a76aefdbd7c51a8edfa10186be52f454534d934a.tar.gz
runtime: add copy of math.sqrt for use by arm softfloat
If it's not used (such as on other systems or if softfloat is disabled) the linker will discard it. The alternative is to teach cmd/go that every binary depends on math implicitly on arm. I started down that path but it's too scary. If we're going to get dependencies right we should get dependencies right. Fixes issue 6994. LGTM=bradfitz, dave R=golang-codereviews, bradfitz, dave CC=golang-codereviews https://codereview.appspot.com/95290043
Diffstat (limited to 'src/cmd')
0 files changed, 0 insertions, 0 deletions