gcc/libgo/go/internal/cpu
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
..
cpu_386.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
cpu_amd64.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
cpu_amd64p32.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
cpu_arm64_test.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
cpu_arm64.go internal/bytealg, internal/cpu, internal/poll: portability fixes 2018-09-25 14:31:57 +00:00
cpu_gccgo.c libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
cpu_no_init.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
cpu_ppc64x_test.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
cpu_ppc64x.go internal/bytealg, internal/cpu, internal/poll: portability fixes 2018-09-25 14:31:57 +00:00
cpu_s390x_test.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
cpu_s390x.go internal/bytealg, internal/cpu, internal/poll: portability fixes 2018-09-25 14:31:57 +00:00
cpu_test.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
cpu_x86_test.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
cpu_x86.go internal/bytealg, internal/cpu, internal/poll: portability fixes 2018-09-25 14:31:57 +00:00
cpu.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
export_test.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00