gcc/libgo/go/internal
Ian Lance Taylor f5ec13f15d internal/bytealg, internal/cpu, internal/poll: portability fixes
In internal/bytealg correct a +build tag to never build indexbyte_generic.go
    for the gofrontend, where we always use indexbyte_native.go.
    
    For internal/cpu let the Makefile define CacheLineSize using goarch.sh,
    rather than trying to enumerate all the possibilities in cpu_ARCH.go files.
    
    In internal/poll call the C fcntl function rather than using SYS_FCNTL.
    Change mksysinfo.sh to ensure that F_GETPIPE_SZ is always defined,
    and check that in internal/poll.
    
    Reviewed-on: https://go-review.googlesource.com/137256

From-SVN: r264572
2018-09-25 14:31:57 +00:00
..
bytealg internal/bytealg, internal/cpu, internal/poll: portability fixes 2018-09-25 14:31:57 +00:00
cpu internal/bytealg, internal/cpu, internal/poll: portability fixes 2018-09-25 14:31:57 +00:00
goroot libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
nettrace libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
poll internal/bytealg, internal/cpu, internal/poll: portability fixes 2018-09-25 14:31:57 +00:00
race libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
singleflight libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
syscall libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
testenv libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
testlog libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
trace libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00