gcc/libgo/go
Ian Lance Taylor 4a5b806048 runtime, testing/internal/testdeps: fixes for cgo
Some fixes that permit misc/cgo/test in the master gc repository to
    pass using the current gccgo.
    
    Install testing/internal/testdeps.gox; it is needed by `go test`.
    
    Export runtime.lockedOSThread to enable calling via go:linkname; it is
    used by misc/cgo/test.
    
    Loop on EAGAIN when creating a new thread; this is what the gc code
    does, and misc/cgo/test tests that it works.
    
    Reviewed-on: https://go-review.googlesource.com/35479

From-SVN: r244733
2017-01-20 21:18:37 +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 libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
compress libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05: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 re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols) 2017-01-20 02:27:46 +00:00
database/sql libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +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 release candidate 1 2017-01-14 00:05:42 +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 libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +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 release candidate 1 2017-01-14 00:05:42 +00:00
index/suffixarray libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
internal libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +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/79146 (Bootstrapping go on s390x fails; redefined symbols) 2017-01-20 20:39:10 +00:00
mime libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
net libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
os libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +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 release candidate 1 2017-01-14 00:05:42 +00:00
regexp libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
runtime runtime, testing/internal/testdeps: fixes for cgo 2017-01-20 21:18:37 +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, golang_org/x/net/lif: fixes for gccgo on Solaris 2017-01-18 03:37:52 +00:00
testing libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
text libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
time libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
unicode libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00