1a2f01efa6
Update the Go library to the 1.10beta1 release. Requires a few changes to the compiler for modifications to the map runtime code, and to handle some nowritebarrier cases in the runtime. Reviewed-on: https://go-review.googlesource.com/86455 gotools/: * Makefile.am (go_cmd_vet_files): New variable. (go_cmd_buildid_files, go_cmd_test2json_files): New variables. (s-zdefaultcc): Change from constants to functions. (noinst_PROGRAMS): Add vet, buildid, and test2json. (cgo$(EXEEXT)): Link against $(LIBGOTOOL). (vet$(EXEEXT)): New target. (buildid$(EXEEXT)): New target. (test2json$(EXEEXT)): New target. (install-exec-local): Install all $(noinst_PROGRAMS). (uninstall-local): Uninstasll all $(noinst_PROGRAMS). (check-go-tool): Depend on $(noinst_PROGRAMS). Copy down objabi.go. (check-runtime): Depend on $(noinst_PROGRAMS). (check-cgo-test, check-carchive-test): Likewise. (check-vet): New target. (check): Depend on check-vet. Look at cmd_vet-testlog. (.PHONY): Add check-vet. * Makefile.in: Rebuild. From-SVN: r256365 |
||
---|---|---|
.. | ||
big | ||
bits | ||
cmplx | ||
rand | ||
abs.go | ||
acosh.go | ||
all_test.go | ||
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 | ||
exp_asm.go | ||
exp.go | ||
expm1.go | ||
export_s390x_test.go | ||
export_test.go | ||
floor_asm.go | ||
floor.go | ||
frexp.go | ||
gamma.go | ||
hypot.go | ||
j0.go | ||
j1.go | ||
jn.go | ||
ldexp.go | ||
lgamma.go | ||
log1p.go | ||
log10.go | ||
log.go | ||
logb.go | ||
mod.go | ||
modf.go | ||
nextafter.go | ||
pow10.go | ||
pow.go | ||
remainder.go | ||
signbit.go | ||
sin.go | ||
sincos_386.go | ||
sincos.go | ||
sinh.go | ||
sqrt.go | ||
tan.go | ||
tanh.go | ||
unsafe.go |