gcc/libgo/go
Ian Lance Taylor efa8f2afd2 re PR go/86331 (the gccgo's "go" tool looks like failing to invoke any sub go command)
PR go/86331
    os: check return value as well as error from waitid
    
    https://gcc.gnu.org/PR86331 indicates that if a signal handler runs it
    is possible for syscall.Syscall6 to return a non-zero errno value even
    if no error occurs. That is a problem in general, but this fix will
    let us work around the general problem for the specific case of
    calling waitid.
    
    Reviewed-on: https://go-review.googlesource.com/121595

From-SVN: r262315
2018-07-02 16:29:24 +00:00
..
archive libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
bufio libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
builtin libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
bytes libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
cmd Backport correct Go MIPS architecture names from trunk. 2017-10-09 16:59:38 +00:00
compress libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
container libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
context libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
crypto libgo: update to Go 1.8.3 release 2017-10-02 21:05:27 +00:00
database/sql libgo: update to Go 1.8.3 release 2017-10-02 21:05:27 +00:00
debug libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
encoding libgo: update to Go 1.8.1 release 2017-04-17 22:10:58 +00:00
errors libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
exp Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the gofrontend repo... 2016-11-18 04:15:46 +00:00
expvar libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
flag libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
fmt libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
go Backport correct Go MIPS architecture names from trunk. 2017-10-09 16:59:38 +00:00
golang_org/x syscall, golang_org/x/net/lif: fixes for gccgo on Solaris 2017-01-18 03:37:52 +00:00
hash libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
html libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
image libgo: update to Go 1.8.1 release 2017-04-17 22:10:58 +00:00
index/suffixarray libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
internal Backport correct Go MIPS architecture names from trunk. 2017-10-09 16:59:38 +00:00
io libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
log libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
math re PR go/79443 (libgo/math test fails on s390x (undefined symbols cosh, sinh, tanh, hasVX)) 2017-02-13 17:37:02 +00:00
mime libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
net libgo: update to Go 1.8.3 release 2017-10-02 21:05:27 +00:00
os re PR go/86331 (the gccgo's "go" tool looks like failing to invoke any sub go command) 2018-07-02 16:29:24 +00:00
path libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
plugin libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
reflect libgo: update to Go 1.8.1 release 2017-04-17 22:10:58 +00:00
regexp libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
runtime Backport correct Go MIPS architecture names from trunk. 2017-10-09 16:59:38 +00:00
sort libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
strconv libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
strings libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
sync libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
syscall syscall: remove Ustat 2018-06-22 14:25:18 +00:00
testing libgo: update to final Go 1.8 release 2017-02-17 15:43:39 +00:00
text libgo: update to Go 1.8.1 release 2017-04-17 22:10:58 +00:00
time re PR go/80302 (FAIL: time on systems with tzdata2017b installed) 2017-04-04 19:37:22 +00:00
unicode libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00