aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/math/exp_port.go
AgeCommit message (Collapse)AuthorFilesLines
2012-01-12libgo: Update to weekly.2011-12-14.Ian Lance Taylor1-191/+0
From-SVN: r183118
2011-09-16Update Go library to r60.Ian Lance Taylor1-1/+0
From-SVN: r178910
2011-01-21Remove the types float and complex.Ian Lance Taylor1-0/+192
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