aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/lfstack.go
AgeCommit message (Collapse)AuthorFilesLines
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-0/+10
Reviewed-on: https://go-review.googlesource.com/136435 gotools/: * Makefile.am (mostlyclean-local): Run chmod on check-go-dir to make sure it is writable. (check-go-tools): Likewise. (check-vet): Copy internal/objabi to check-vet-dir. * Makefile.in: Rebuild. From-SVN: r264546
2017-09-14libgo: update to go1.9Ian Lance Taylor1-15/+22
Reviewed-on: https://go-review.googlesource.com/63753 From-SVN: r252767
2016-10-21runtime: copy lfstack code from Go 1.7 runtimeIan Lance Taylor1-0/+50
Note that lfstack_64bit.go was modified for Solaris support in a different, and better, way than the superseded lfstack.goc code. Reviewed-on: https://go-review.googlesource.com/31673 From-SVN: r241427