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
cpu_arm.go
cpu_gccgo.c
cpu_no_init.go libgo: update to Go1.14beta1 2020-01-21 23:53:22 -08:00
cpu_ppc64x.go
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
cpu_test.go
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