Tweak
[official-gcc.git] / gotools / ChangeLog
bloba78e762dd770c6880a2a889c00b172bddad54b94
1 2017-09-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3         * Makefile.am (GOTESTFLAGS): New variable.
4         (check-runtime): Pass it to gotest.
5         (check-go-tools): Sort summary.
6         (check-runtime): Likewise.
7         (check-cgo-test): Likewise.
8         (check-carchive-test): Likewise.
9         (check): Likewise.
10         * Makefile.in: Regenerate.
12 2017-09-14  Ian Lance Taylor  <iant@golang.org>
14         * Makefile.am (LIBGOTOOL): Define.
15         (go_cmd_go_files): Update for Go 1.9 release.
16         (go$(EXEEXT)): Depend on and link against $(LIBGOTOOL).
17         (CHECK_ENV): Add definition of shell variable fl.
18         (check-go-tool): Update for rearrangement of cmd/go sources in Go
19         1.9 release.  Echo failure message if test fails.
20         (check-runtime): Echo failure message if test fails.
21         (check-cgo-test, check-carchive-test): Likewise.
22         * Makefile.in: Rebuild.
24 2017-08-30  Ian Lance Taylor  <iant@golang.org>
26         * configure.ac: Substitute GOC_FOR_TARGET and GCC_FOR_TARGET.
27         * Makefile.am (MOSTLYCLEANFILES): Add check-gcc.
28         (check-gccgo): Create via a temporary file.
29         (check-gcc): New target.
30         (CHECK_ENV): Set CC.
31         (ECHO_ENV): Report CC.
32         (check-go-tool): Depend on check-gcc.
33         (check-runtime, check-cgo-test, check-carchive-test): Likewise.
34         * configure, Makefile.in: Rebuild.
36 2017-07-26  Ian Lance Taylor  <iant@golang.org>
38         PR go/81548
39         * Makefile.am (MOSTLYCLEANFILES): Add *.sent.
40         * Makefile.in: Rebuild.
42 2017-07-15  Ian Lance Taylor  <iant@golang.org>
44         * Makefile.am (CHECK_ENV): Set GOROOT.
45         (ECHO_ENV): Report setting GOROOT.
46         * Makefile.in: Rebuild.
48 2017-06-29  Ian Lance Taylor  <iant@golang.org>
50         * Makefile.am (MOSTLYCLEANFILES): Remove testing files and logs.
51         (mostlyclean-local): Remove check-runtime-dir, cgo-test-dir,
52         carchive-test-dir.
53         (ECHO_ENV): Define.
54         (check-go-tool): Depend on cgo.  Write command to testlog.
55         (check-runtime): New target.
56         (check-cgo-test): New target.
57         (check-carchive-test): New target.
58         (check): Depend on check-runtime, check-cgo-test,
59         check-carchive-test.  Add @ to prettify output.
60         (.PHONY): Add check-runtime, check-cgo-test, check-carchive-test.
61         * Makefile.in: Rebuild.
63 2017-06-26  Ian Lance Taylor  <iant@golang.org>
65         * Makefile.am (s-zdefaultcc): Don't record $(bindir) for defaultCC
66         or defaultCXX.
67         * Makefile.in: Rebuild.
69 2017-06-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
71         * Makefile.am (check-go-tool): Don't use >& for I/O redirection.
72         * Makefile.in: Regenerate.
74 2017-06-14  Ian Lance Taylor  <iant@golang.org>
76         * Makefile.am (libgosrcdir): Define.
77         (check-head, check-gccgo, check-go-tool): New targets.
78         (CHECK_ENV): Define.
79         (check): New target.
80         (mostlyclean-local): New target.
81         * Makefile.in: Rebuild.
83 2017-06-13  Ian Lance Taylor  <iant@golang.org>
85         PR go/80964
86         * configure.ac: Set NATIVE if host_alias = target_alias.
87         * configure: Rebuild.
89 2017-05-18  Ian Lance Taylor  <iant@golang.org>
91         PR go/80814
92         * Makefile.am (AM_GOCFLAGS): Define.
93         * Makefile.in: Rebuild.
95 2017-01-13  Ian Lance Taylor  <iant@golang.org>
97         Updates for Go 1.8rc1.
98         * Makefile.am (go_cmd_go_files): Add bug.go.
99         (s-zdefaultcc): Write defaultPkgConfig.
100         * Makefile.in: Rebuild.
102 2016-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
104         Update copyrights.
106 2016-02-03  Ian Lance Taylor  <iant@google.com>
108         * Makefile.am (go_cmd_gofmt_files): Update to Go 1.6rc1 by adding
109         internal.go.
110         * Makefile.in: Rebuild.
112 2015-12-02  Ian Lance Taylor  <iant@google.com>
114         PR go/66147
115         * Makefile.am (GOCOMPILER): In NATIVE case, add
116         $(XGCC_FLAGS_FOR_TARGET).
118 2015-10-31  Ian Lance Taylor  <iant@google.com>
120         * Makefile.am (go_cmd_go_files): Update to Go 1.5.1 library by
121         adding alldocs.go, doc.go, note.go.
122         * Makefile.in: Rebuild.
124 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
126         * Makefile.in: Regenerated with automake-1.11.6.
127         * aclocal.m4: Likewise.
128         * configure: Likewise.
130 2015-03-24  Ian Lance Taylor  <iant@google.com>
132         PR go/65462
133         * Makefile.am (go_cmd_go_files): Add $(libgodir)/zstdpkglist.go.
134         * Makefile.in: Rebuild.
136 2015-03-12  Ian Lance Taylor  <iant@google.com>
138         * Makefile.am (GOLINK): Add GOCFLAGS.
139         * Makefile.in: Rebuild.
141 2015-01-23  Ian Lance Taylor  <iant@google.com>
143         PR go/64738
144         * Makefile.am (AM_LDFLAGS): Remove -static-libgo.
145         * Makefile.in: Rebuild.
147 2015-01-22  Ian Lance Taylor  <iant@google.com>
149         PR go/64595
150         * go.1, gofmt.1: New files.
151         * Makefile.am (man_MANS): New variable.
152         * Makefile.in: Rebuild.
154 2015-01-21  Ian Lance Taylor  <iant@google.com>
156         * Makefile.am (noinst_PROGRAMS): New variable.
157         (libexecsub_PROGRAMS): Remove variable.
158         (install-exec-local, uninstall-local): New targets.
159         * Makefile.in: Rebuild.
161 2015-01-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
163         * configure.ac: Check if sched_yield and/or nanosleep need -lrt.
164         * configure: Regenerate.
165         * Makefile.am (go$(EXEEXT), gofmt$(EXEEXT), cgo$(EXEEXT)): Link
166         with $(LIBS).
167         * Makefile.in: Regenerate.
169 2015-01-15  Ian Lance Taylor  <iant@google.com>
171         * configure.ac: Check for networking libraries; see NET_LIBS.
172         * Makefile.am (go$(EXEEXT)): Link against NET_LIBS.
173         (gofmt$(EXEEXT), cgo$(EXEEXT)): Likewise.
174         * configure, Makefile.in: Rebuild.
176 2015-01-14  Ian Lance Taylor  <iant@google.com>
178         * Makefile.am (go_cmd_go_files): Sort entries.  Add generate.go.
179         * Makefile.in: Rebuild.
181 2015-01-09  Ian Lance Taylor  <iant@google.com>
183         * Makefile.am (GOCOMPILER): Set to GOC or GOC_FOR_TARGET depending
184         on whether this is a native build or not.
185         (GOCOMPILE, GOLINK): Use $(GOCOMPILER) instead of $(GOC).
186         (MOSTLYCLEANFILES): Define.
187         * Makefile.in: Rebuild.
189         * Initial implementation.