]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: do not generate data for $f32. and $f64. symbols at assemble time
authorShenghou Ma <minux@golang.org>
Thu, 2 Apr 2015 01:38:05 +0000 (21:38 -0400)
committerMinux Ma <minux@golang.org>
Wed, 29 Apr 2015 04:48:55 +0000 (04:48 +0000)
commit73e791a38a719885df48817b2272ede1819c7053
tree0b3cf6df920974515e76f67bdd56143c84873f9e
parentc526f3ac1099fef117a385d0336860cacde6b257
cmd/internal/obj: do not generate data for $f32. and $f64. symbols at assemble time

When reading the object files for linking, liblink takes care of
generate the data for them.

This is a port of https://golang.org/cl/3101 to Go.

Change-Id: Ie3e2d6515bd7d253a8c1e25c70ef8fed064436d8
Signed-off-by: Shenghou Ma <minux@golang.org>
Reviewed-on: https://go-review.googlesource.com/8383
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/obj/arm/obj5.go
src/cmd/internal/obj/x86/obj6.go