]> Cypherpunks repositories - gostls13.git/commit
cmd/link: stop requiring the math package on ARM
authorCherry Zhang <cherryyz@google.com>
Mon, 24 Feb 2020 22:10:50 +0000 (17:10 -0500)
committerCherry Zhang <cherryyz@google.com>
Tue, 25 Feb 2020 18:45:59 +0000 (18:45 +0000)
commit490bc6097abda7dc769635f1a7ef8557b8f6ba93
tree741a284e0298563d70992ffea96e80cccd72061a
parent2783249068e415556e962c50d9427a21fdc9a875
cmd/link: stop requiring the math package on ARM

It was needed for the old softfloat implementation, which has
long gone.

Change-Id: Ib8d53689209a3b003d62f84c7c6047d8ec5df859
Reviewed-on: https://go-review.googlesource.com/c/go/+/220719
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/internal/ld/lib.go