public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* gotools patch committed: Update for Go 1.5.1 library
@ 2015-10-31 21:35 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2015-10-31 21:35 UTC (permalink / raw)
  To: gcc-patches, gofrontend-dev

[-- Attachment #1: Type: text/plain, Size: 283 bytes --]

I forgot to commit this patch to update gotools to the Go 1.5.1
library.  Already tested, now committed.

Ian

2015-10-31  Ian Lance Taylor  <iant@google.com>

* Makefile.am (go_cmd_go_files): Update to Go 1.5.1 library by
adding alldocs.go, doc.go, note.go.
* Makefile.in: Rebuild.

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 770 bytes --]

Index: Makefile.am
===================================================================
--- Makefile.am	(revision 228306)
+++ Makefile.am	(working copy)
@@ -44,10 +44,12 @@ GOLINK = $(GOCOMPILER) $(GOCFLAGS) $(AM_
 cmdsrcdir = $(srcdir)/../libgo/go/cmd
 
 go_cmd_go_files = \
+	$(cmdsrcdir)/go/alldocs.go \
 	$(cmdsrcdir)/go/build.go \
 	$(cmdsrcdir)/go/clean.go \
 	$(cmdsrcdir)/go/context.go \
 	$(cmdsrcdir)/go/discovery.go \
+	$(cmdsrcdir)/go/doc.go \
 	$(cmdsrcdir)/go/env.go \
 	$(cmdsrcdir)/go/fix.go \
 	$(cmdsrcdir)/go/fmt.go \
@@ -58,6 +60,7 @@ go_cmd_go_files = \
 	$(cmdsrcdir)/go/http.go \
 	$(cmdsrcdir)/go/list.go \
 	$(cmdsrcdir)/go/main.go \
+	$(cmdsrcdir)/go/note.go \
 	$(cmdsrcdir)/go/pkg.go \
 	$(cmdsrcdir)/go/run.go \
 	$(cmdsrcdir)/go/signal.go \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-31 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-31 21:35 gotools patch committed: Update for Go 1.5.1 library Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).