gcc/libgo/go
Ian Lance Taylor 38a4d6da17 syscall: remove Ustat
glibc 2.28 removes ustat.h and the ustat function entirely, which
    breaks syscall.Ustat.
    
    Updates golang/go#25990
    
    Reviewed-on: https://go-review.googlesource.com/120535

From-SVN: r261896
2018-06-22 14:25:52 +00:00
..
archive libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
bufio
builtin
bytes
cmd cmd/go: re-enable a couple of tests of gccgo 2018-06-21 23:02:25 +00:00
compress
container
context
crypto libgo: update to Go 1.10.3 release 2018-06-13 13:51:23 +00:00
database/sql libgo: update to Go1.10rc2 2018-02-08 15:30:22 +00:00
debug
encoding libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
errors
expvar
flag
fmt
go libgo: add riscv and js/wasm as known targets 2018-06-11 19:16:34 +00:00
golang_org/x
hash
html
image
index/suffixarray
internal libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
io
log
math math: adjust compilation flags, use them when testing 2018-02-01 21:05:20 +00:00
mime
net libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
os os/signal: disable loading of history during test 2018-04-17 23:55:17 +00:00
path
plugin
reflect reflect: fix StructOf hash and string 2018-06-06 14:50:16 +00:00
regexp
runtime libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
sort
strconv
strings libgo: update to Go 1.10.3 release 2018-06-13 13:51:23 +00:00
sync re PR go/84215 (Random results in go/libgo tests) 2018-02-12 18:50:16 +00:00
syscall syscall: remove Ustat 2018-06-22 14:25:52 +00:00
testing
text libgo: update to Go1.10rc2 2018-02-08 15:30:22 +00:00
time
unicode