gcc/libgo/go/internal/cpu
Ian Lance Taylor 1e156d9b21 internal/cpu: don't define CacheLinePadSize for riscv64
In libgo CacheLinePadSize is defined by the generated file cpugen.go.

Keep cpu_riscv64.go around, even though it is now empty, so that
we will pick up changes to it in future merges.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/216077
2020-01-23 16:05:47 -08:00
..
cpu_386.go
cpu_amd64.go
cpu_arm64.go libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
cpu_arm.go re PR go/88927 (Bootstrap failure on arm in libgo starting with r268084) 2019-01-22 00:06:44 +00:00
cpu_gccgo.c internal/cpu: define kdsaQuery for s390 2019-10-14 14:01:15 +00:00
cpu_no_init.go libgo: update to Go1.14beta1 2020-01-21 23:53:22 -08:00
cpu_ppc64x.go re PR go/89169 (FAIL: internal/cpu) 2019-02-19 15:42:09 +00:00
cpu_riscv64.go internal/cpu: don't define CacheLinePadSize for riscv64 2020-01-23 16:05:47 -08:00
cpu_s390x_test.go
cpu_s390x.go libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
cpu_test.go libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
cpu_x86_test.go libgo: update to Go1.14beta1 2020-01-21 23:53:22 -08:00
cpu_x86.go libgo: update to Go1.14beta1 2020-01-21 23:53:22 -08:00
cpu.go libgo: update to Go1.14beta1 2020-01-21 23:53:22 -08:00
export_test.go