aboutsummaryrefslogtreecommitdiff
path: root/libgo/misc/cgo/testcshared/testdata
AgeCommit message (Collapse)AuthorFilesLines
2022-02-11libgo: update to Go1.18beta2Ian Lance Taylor2-1/+3
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
2020-09-30libgo: add 32-bit RISC-V (RV32) supportMaciej W. Rozycki2-2/+2
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
2019-09-09misc/cgo/testcshared: restore gofrontend-local changesIan Lance Taylor2-2/+2
They were lost when the files were moved in the update to Go1.13beta1. These changes should be made in the master repo for the 1.14 release, as riscv64 support is added there. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/194343 From-SVN: r275551
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor17-0/+901
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/193497 From-SVN: r275473