gcc/libgo/go/math
Ian Lance Taylor fcee603081 libgo: compile examples in _test packages
Previously if the only names defined by _test packages were examples,
    the gotest script would emit an incorrect _testmain.go file.
    I worked around that by marking the example_test.go files +build ignored.
    
    This CL changes the gotest script to handle this case correctly,
    and removes the now-unnecessary build tags.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/214039

From-SVN: r280085
2020-01-09 23:14:57 +00:00
..
big libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
bits libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
cmplx libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
rand libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
abs.go
acosh.go
all_test.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
arith_s390x_test.go
arith_s390x.go
asin.go
asinh.go
atan2.go
atan.go
atanh.go
bits.go
cbrt.go
const.go
copysign.go
dim.go
erf.go
erfinv.go
example_test.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
exp_asm.go
exp.go
expm1.go
export_s390x_test.go
export_test.go
floor.go
frexp.go
gamma.go
huge_test.go
hypot.go
j0.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
j1.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
jn.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
ldexp.go
lgamma.go
log1p.go
log10.go
log.go
logb.go
mod.go
modf.go
nextafter.go
pow10.go
pow.go
remainder.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
signbit.go
sin.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
sincos.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
sinh.go
sqrt.go
tan.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
tanh.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
trig_reduce.go
unsafe.go