summaryrefslogtreecommitdiff
path: root/gotools/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2017-09-14 17:11:35 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-09-14 17:11:35 +0000
commitbc998d034f45d1828a8663b2eed928faf22a7d01 (patch)
tree8d262a22ca7318f4bcd64269fe8fe9e45bcf8d0f /gotools/ChangeLog
parenta41a6142df74219f596e612d3a7775f68ca6e96f (diff)
libgo: update to go1.9
Reviewed-on: https://go-review.googlesource.com/63753 From-SVN: r252767
Diffstat (limited to 'gotools/ChangeLog')
-rw-r--r--gotools/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gotools/ChangeLog b/gotools/ChangeLog
index 0a84eefba66..8fac16e3712 100644
--- a/gotools/ChangeLog
+++ b/gotools/ChangeLog
@@ -1,3 +1,15 @@
+2017-09-14 Ian Lance Taylor <iant@golang.org>
+
+ * Makefile.am (LIBGOTOOL): Define.
+ (go_cmd_go_files): Update for Go 1.9 release.
+ (go$(EXEEXT)): Depend on and link against $(LIBGOTOOL).
+ (CHECK_ENV): Add definition of shell variable fl.
+ (check-go-tool): Update for rearrangement of cmd/go sources in Go
+ 1.9 release. Echo failure message if test fails.
+ (check-runtime): Echo failure message if test fails.
+ (check-cgo-test, check-carchive-test): Likewise.
+ * Makefile.in: Rebuild.
+
2017-08-30 Ian Lance Taylor <iant@golang.org>
* configure.ac: Substitute GOC_FOR_TARGET and GCC_FOR_TARGET.