Filter out LTO in config/bootstrap-lto-lean.mk.
[official-gcc.git] / gotools / ChangeLog
blob20af2b5153728981fda4ee26dc966ac6568a4a69
1 2019-02-28  Ian Lance Taylor  <iant@golang.org>
3         PR go/89406
4         * Makefile.am (GOTOOLS_TEST_TIMEOUT): Double.
5         * Makefile.in: Regenerate.
7 2019-02-12  Ian Lance Taylor  <iant@golang.org>
9         PR go/89193
10         * Makefile.am (mostlyclean-local): Avoid getting an error from
11         chmod.  Remove check-vet-dir and gocache-test.
12         * Makefile.in: Regenerate.
14 2019-01-28  Uroš Bizjak  <ubizjak@gmail.com>
16         * Makefile.in: Really regenerate.
18 2019-01-18  Ian Lance Taylor  <iant@golang.org>
20         * Makefile.am (go_cmd_vet_files): Update for Go1.12beta2 release.
21         (GOTOOLS_TEST_TIMEOUT): Increase to 600.
22         (check-runtime): Export LD_LIBRARY_PATH before computing GOARCH
23         and GOOS.
24         (check-vet): Copy golang.org/x/tools into check-vet-dir.
25         * Makefile.in: Regenerate.
27 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
29         PR bootstrap/82856
30         * config/go.m4: Remove file.
31         * Makefile.am (ACLOCAL_AMFLAGS): Do not use -I ./config.
32         * configure.ac:  Remove AC_PREREQ.  Do not include config/go.m4.
33         * Makefile.in, aclocal.m4, configure: Regenerate.
35 2018-09-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37         * Makefile.am (mostlyclean-local): Ignore chmod errors.
38         (check-go-tool): Likewise.
39         * Makefile.in: Regenerate.
41 2018-09-24  Ian Lance Taylor  <iant@golang.org>
43         * Makefile.am (mostlyclean-local): Run chmod on check-go-dir to
44         make sure it is writable.
45         (check-go-tools): Likewise.
46         (check-vet): Copy internal/objabi to check-vet-dir.
47         * Makefile.in: Rebuild.
49 2018-05-09  Ian Lance Taylor  <iant@golang.org>
51         * Makefile.am (check-go-tool): Don't copy zstdpkglist.go.
52         * Makefile.in: Rebuild.
54 2018-05-04  Ian Lance Taylor  <iant@golang.org>
56         PR go/85630
57         * Makefile.am (CHECK_ENV): Set GOCACHE.
58         (ECHO_ENV): Update for setting of GOCACHE.
59         * Makefile.in: Rebuild.
61 2018-21-03  Uros Bizjak  <ubizjak@gmail.com>
63         * Makefile.am (check-runtime): Pass -test.timeout
64         with GOTOOLS_TEST_TIMEOUT.
65         * Makefile.in: Rebuild.
67 2018-02-09  Ian Lance Taylor  <iant@golang.org>
69         * Makefile.am (GOTOOLS_TEST_TIMEOUT): Double value.
71 2018-02-08  Ian Lance Taylor  <iant@golang.org>
73         * Makefile.am (check-gccgo, check-gcc): Add options to pick up
74         target libstdc++, to permit tests that use C++.
75         * Makefile.in: Rebuild.
77 2018-01-18  Ian Lance Taylor  <iant@golang.org>
79         * Makefile.am (GOTOOLS_TEST_TIMEOUT): Define.
80         (check-go-tool): Pass -test.timeout with GOTOOLS_TEST_TIMEOUT.
81         (check-cgo-test, check-carchive-test, check-vet): Likewise.
82         * Makefile.in: Rebuild.
84 2018-01-08  Ian Lance Taylor  <iant@golang.org>
86         * Makefile.am (go_cmd_vet_files): New variable.
87         (go_cmd_buildid_files, go_cmd_test2json_files): New variables.
88         (s-zdefaultcc): Change from constants to functions.
89         (noinst_PROGRAMS): Add vet, buildid, and test2json.
90         (cgo$(EXEEXT)): Link against $(LIBGOTOOL).
91         (vet$(EXEEXT)): New target.
92         (buildid$(EXEEXT)): New target.
93         (test2json$(EXEEXT)): New target.
94         (install-exec-local): Install all $(noinst_PROGRAMS).
95         (uninstall-local): Uninstasll all $(noinst_PROGRAMS).
96         (check-go-tool): Depend on $(noinst_PROGRAMS).  Copy down
97         objabi.go.
98         (check-runtime): Depend on $(noinst_PROGRAMS).
99         (check-cgo-test, check-carchive-test): Likewise.
100         (check-vet): New target.
101         (check): Depend on check-vet.  Look at cmd_vet-testlog.
102         (.PHONY): Add check-vet.
103         * Makefile.in: Rebuild.
105 2017-10-25  Ian Lance Taylor  <iant@golang.org>
107         * Makefile.am (check-go-tool): Output colon after ${fl}.
108         (check-runtime, check-cgo-test, check-carchive-test): Likewise.
109         * Makefile.in: Rebuild.
111 2017-09-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
113         * Makefile.am (GOTESTFLAGS): New variable.
114         (check-runtime): Pass it to gotest.
115         (check-go-tools): Sort summary.
116         (check-runtime): Likewise.
117         (check-cgo-test): Likewise.
118         (check-carchive-test): Likewise.
119         (check): Likewise.
120         * Makefile.in: Regenerate.
122 2017-09-14  Ian Lance Taylor  <iant@golang.org>
124         * Makefile.am (LIBGOTOOL): Define.
125         (go_cmd_go_files): Update for Go 1.9 release.
126         (go$(EXEEXT)): Depend on and link against $(LIBGOTOOL).
127         (CHECK_ENV): Add definition of shell variable fl.
128         (check-go-tool): Update for rearrangement of cmd/go sources in Go
129         1.9 release.  Echo failure message if test fails.
130         (check-runtime): Echo failure message if test fails.
131         (check-cgo-test, check-carchive-test): Likewise.
132         * Makefile.in: Rebuild.
134 2017-08-30  Ian Lance Taylor  <iant@golang.org>
136         * configure.ac: Substitute GOC_FOR_TARGET and GCC_FOR_TARGET.
137         * Makefile.am (MOSTLYCLEANFILES): Add check-gcc.
138         (check-gccgo): Create via a temporary file.
139         (check-gcc): New target.
140         (CHECK_ENV): Set CC.
141         (ECHO_ENV): Report CC.
142         (check-go-tool): Depend on check-gcc.
143         (check-runtime, check-cgo-test, check-carchive-test): Likewise.
144         * configure, Makefile.in: Rebuild.
146 2017-07-26  Ian Lance Taylor  <iant@golang.org>
148         PR go/81548
149         * Makefile.am (MOSTLYCLEANFILES): Add *.sent.
150         * Makefile.in: Rebuild.
152 2017-07-15  Ian Lance Taylor  <iant@golang.org>
154         * Makefile.am (CHECK_ENV): Set GOROOT.
155         (ECHO_ENV): Report setting GOROOT.
156         * Makefile.in: Rebuild.
158 2017-06-29  Ian Lance Taylor  <iant@golang.org>
160         * Makefile.am (MOSTLYCLEANFILES): Remove testing files and logs.
161         (mostlyclean-local): Remove check-runtime-dir, cgo-test-dir,
162         carchive-test-dir.
163         (ECHO_ENV): Define.
164         (check-go-tool): Depend on cgo.  Write command to testlog.
165         (check-runtime): New target.
166         (check-cgo-test): New target.
167         (check-carchive-test): New target.
168         (check): Depend on check-runtime, check-cgo-test,
169         check-carchive-test.  Add @ to prettify output.
170         (.PHONY): Add check-runtime, check-cgo-test, check-carchive-test.
171         * Makefile.in: Rebuild.
173 2017-06-26  Ian Lance Taylor  <iant@golang.org>
175         * Makefile.am (s-zdefaultcc): Don't record $(bindir) for defaultCC
176         or defaultCXX.
177         * Makefile.in: Rebuild.
179 2017-06-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
181         * Makefile.am (check-go-tool): Don't use >& for I/O redirection.
182         * Makefile.in: Regenerate.
184 2017-06-14  Ian Lance Taylor  <iant@golang.org>
186         * Makefile.am (libgosrcdir): Define.
187         (check-head, check-gccgo, check-go-tool): New targets.
188         (CHECK_ENV): Define.
189         (check): New target.
190         (mostlyclean-local): New target.
191         * Makefile.in: Rebuild.
193 2017-06-13  Ian Lance Taylor  <iant@golang.org>
195         PR go/80964
196         * configure.ac: Set NATIVE if host_alias = target_alias.
197         * configure: Rebuild.
199 2017-05-18  Ian Lance Taylor  <iant@golang.org>
201         PR go/80814
202         * Makefile.am (AM_GOCFLAGS): Define.
203         * Makefile.in: Rebuild.
205 2017-01-13  Ian Lance Taylor  <iant@golang.org>
207         Updates for Go 1.8rc1.
208         * Makefile.am (go_cmd_go_files): Add bug.go.
209         (s-zdefaultcc): Write defaultPkgConfig.
210         * Makefile.in: Rebuild.
212 2016-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
214         Update copyrights.
216 2016-02-03  Ian Lance Taylor  <iant@google.com>
218         * Makefile.am (go_cmd_gofmt_files): Update to Go 1.6rc1 by adding
219         internal.go.
220         * Makefile.in: Rebuild.
222 2015-12-02  Ian Lance Taylor  <iant@google.com>
224         PR go/66147
225         * Makefile.am (GOCOMPILER): In NATIVE case, add
226         $(XGCC_FLAGS_FOR_TARGET).
228 2015-10-31  Ian Lance Taylor  <iant@google.com>
230         * Makefile.am (go_cmd_go_files): Update to Go 1.5.1 library by
231         adding alldocs.go, doc.go, note.go.
232         * Makefile.in: Rebuild.
234 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
236         * Makefile.in: Regenerated with automake-1.11.6.
237         * aclocal.m4: Likewise.
238         * configure: Likewise.
240 2015-03-24  Ian Lance Taylor  <iant@google.com>
242         PR go/65462
243         * Makefile.am (go_cmd_go_files): Add $(libgodir)/zstdpkglist.go.
244         * Makefile.in: Rebuild.
246 2015-03-12  Ian Lance Taylor  <iant@google.com>
248         * Makefile.am (GOLINK): Add GOCFLAGS.
249         * Makefile.in: Rebuild.
251 2015-01-23  Ian Lance Taylor  <iant@google.com>
253         PR go/64738
254         * Makefile.am (AM_LDFLAGS): Remove -static-libgo.
255         * Makefile.in: Rebuild.
257 2015-01-22  Ian Lance Taylor  <iant@google.com>
259         PR go/64595
260         * go.1, gofmt.1: New files.
261         * Makefile.am (man_MANS): New variable.
262         * Makefile.in: Rebuild.
264 2015-01-21  Ian Lance Taylor  <iant@google.com>
266         * Makefile.am (noinst_PROGRAMS): New variable.
267         (libexecsub_PROGRAMS): Remove variable.
268         (install-exec-local, uninstall-local): New targets.
269         * Makefile.in: Rebuild.
271 2015-01-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
273         * configure.ac: Check if sched_yield and/or nanosleep need -lrt.
274         * configure: Regenerate.
275         * Makefile.am (go$(EXEEXT), gofmt$(EXEEXT), cgo$(EXEEXT)): Link
276         with $(LIBS).
277         * Makefile.in: Regenerate.
279 2015-01-15  Ian Lance Taylor  <iant@google.com>
281         * configure.ac: Check for networking libraries; see NET_LIBS.
282         * Makefile.am (go$(EXEEXT)): Link against NET_LIBS.
283         (gofmt$(EXEEXT), cgo$(EXEEXT)): Likewise.
284         * configure, Makefile.in: Rebuild.
286 2015-01-14  Ian Lance Taylor  <iant@google.com>
288         * Makefile.am (go_cmd_go_files): Sort entries.  Add generate.go.
289         * Makefile.in: Rebuild.
291 2015-01-09  Ian Lance Taylor  <iant@google.com>
293         * Makefile.am (GOCOMPILER): Set to GOC or GOC_FOR_TARGET depending
294         on whether this is a native build or not.
295         (GOCOMPILE, GOLINK): Use $(GOCOMPILER) instead of $(GOC).
296         (MOSTLYCLEANFILES): Define.
297         * Makefile.in: Rebuild.
299         * Initial implementation.