aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/golang.org/x/sys
AgeCommit message (Collapse)AuthorFilesLines
2022-02-11libgo: update to Go1.18beta2Ian Lance Taylor3-7/+7
gotools/ * Makefile.am (go_cmd_cgo_files): Add ast_go118.go (check-go-tool): Copy golang.org/x/tools directories. * Makefile.in: Regenerate. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/384695
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor23-11/+46
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/341629
2021-01-01internal/cpu, golang.org/x/sys/cpu: support other GOARCH valuesIan Lance Taylor3-0/+45
Add support (mostly dummy support) for GOARCH values supported by gofrontend but not gc. Fix PPC handling. Fixes https://gcc.gnu.org/PR98493 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/280932
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor27-173/+742
This does not yet include support for the //go:embed directive added in this release. * Makefile.am (check-runtime): Don't create check-runtime-dir. (mostlyclean-local): Don't remove check-runtime-dir. (check-go-tool, check-vet): Copy in go.mod and modules.txt. (check-cgo-test, check-carchive-test): Add go.mod file. * Makefile.in: Regenerate. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/280172
2020-09-30libgo: add 32-bit RISC-V (RV32) supportMaciej W. Rozycki1-0/+7
Add support for the 32-bit RISC-V (RV32) ISA matching the 64-bit RISC-V (RV64) port except for async preemption added as a stub only. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/251179
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor22-51/+453
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/245157
2020-06-15libgo: update x/sys/cpu to add all GOARCHes supported by gccgoTobias Klauser1-1/+6
CL 237897 added additional GOARCHes supported by gccgo to x/sys/cpu. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/238038
2020-05-25libgo: update x/sys/cpu after gccgo support addedClément Chigot2-1/+28
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/234597
2020-02-15libgo: update to Go1.14rc1 releaseIan Lance Taylor1-0/+7
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/218017
2019-09-11golang.org/x/sys/cpu: define doinit when neededIan Lance Taylor1-0/+9
Should fix the build on riscv64 and other systems. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/194641 From-SVN: r275650
2019-09-10libgo: Solaris and x/sys/cpu compatibility fixesIan Lance Taylor10-67/+0
Restore Solaris compatibility fixes lost when internal/x/net/lif moved to golang.org/x/net/lif. Also fix the Makefile for x/net/lif and x/net/route. Change x/sys/cpu to get the cache line size from goarch.sh as the gofrontend version of internal/cpu does. Partially based on work by Rainer Orth. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/194438 From-SVN: r275611
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor19-0/+790
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/193497 From-SVN: r275473