gcc/libgo/go/cmath
Ian Lance Taylor ff5f50c52c Remove the types float and complex.
Update to current version of Go library.

Update testsuite for removed types.

	* go-lang.c (go_langhook_init): Omit float_type_size when calling
	go_create_gogo.
	* go-c.h: Update declaration of go_create_gogo.

From-SVN: r169098
2011-01-21 18:19:03 +00:00
..
abs.go
asin.go Remove the types float and complex. 2011-01-21 18:19:03 +00:00
cmath_test.go Remove the types float and complex. 2011-01-21 18:19:03 +00:00
conj.go Remove the types float and complex. 2011-01-21 18:19:03 +00:00
exp.go Remove the types float and complex. 2011-01-21 18:19:03 +00:00
isinf.go Remove the types float and complex. 2011-01-21 18:19:03 +00:00
isnan.go Remove the types float and complex. 2011-01-21 18:19:03 +00:00
log.go Remove the types float and complex. 2011-01-21 18:19:03 +00:00
phase.go
polar.go
pow.go Remove the types float and complex. 2011-01-21 18:19:03 +00:00
rect.go Remove the types float and complex. 2011-01-21 18:19:03 +00:00
sin.go Remove the types float and complex. 2011-01-21 18:19:03 +00:00
sqrt.go Remove the types float and complex. 2011-01-21 18:19:03 +00:00
tan.go Remove the types float and complex. 2011-01-21 18:19:03 +00:00