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
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
mime
net libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
os
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
syscall syscall: remove Ustat 2018-06-22 14:25:52 +00:00
testing
text
time
unicode