compiler: Prohibit use of ellipsis operator on multi-valued calls.
[gcc.git] / gotools / ChangeLog
1 2015-01-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2
3 * configure.ac: Check if sched_yield and/or nanosleep need -lrt.
4 * configure: Regenerate.
5 * Makefile.am (go$(EXEEXT), gofmt$(EXEEXT), cgo$(EXEEXT)): Link
6 with $(LIBS).
7 * Makefile.in: Regenerate.
8
9 2015-01-15 Ian Lance Taylor <iant@google.com>
10
11 * configure.ac: Check for networking libraries; see NET_LIBS.
12 * Makefile.am (go$(EXEEXT)): Link against NET_LIBS.
13 (gofmt$(EXEEXT), cgo$(EXEEXT)): Likewise.
14 * configure, Makefile.in: Rebuild.
15
16 2015-01-14 Ian Lance Taylor <iant@google.com>
17
18 * Makefile.am (go_cmd_go_files): Sort entries. Add generate.go.
19 * Makefile.in: Rebuild.
20
21 2015-01-09 Ian Lance Taylor <iant@google.com>
22
23 * Makefile.am (GOCOMPILER): Set to GOC or GOC_FOR_TARGET depending
24 on whether this is a native build or not.
25 (GOCOMPILE, GOLINK): Use $(GOCOMPILER) instead of $(GOC).
26 (MOSTLYCLEANFILES): Define.
27 * Makefile.in: Rebuild.
28
29 * Initial implementation.