mirror of git://gcc.gnu.org/git/gcc.git
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
|
||
|---|---|---|
| .. | ||
| cpu.go | ||
| cpu_386.go | ||
| cpu_amd64.go | ||
| cpu_amd64p32.go | ||
| cpu_arm64.go | ||
| cpu_arm64_test.go | ||
| cpu_gccgo.c | ||
| cpu_no_init.go | ||
| cpu_ppc64x.go | ||
| cpu_ppc64x_test.go | ||
| cpu_s390x.go | ||
| cpu_s390x_test.go | ||
| cpu_test.go | ||
| cpu_x86.go | ||
| cpu_x86_test.go | ||
| export_test.go | ||