summaryrefslogtreecommitdiff
path: root/libgo/go/syscall/dir_plan9.go
Commit message (Collapse)AuthorAgeFilesLines
* syscall: gofmtIan Lance Taylor2022-06-141-0/+1
| | | | | | | | | Add blank lines after //sys comments where needed, and then run gofmt on the syscall package with the new formatter. This is the libgo version of CL 407136. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/412074
* libgo: update to Go 1.8 release candidate 1Ian Lance Taylor2017-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | Compiler changes: * Change map assignment to use mapassign and assign value directly. * Change string iteration to use decoderune, faster for ASCII strings. * Change makeslice to take int, and use makeslice64 for larger values. * Add new noverflow field to hmap struct used for maps. Unresolved problems, to be fixed later: * Commented out test in go/types/sizes_test.go that doesn't compile. * Commented out reflect.TestStructOf test for padding after zero-sized field. Reviewed-on: https://go-review.googlesource.com/35231 gotools/: Updates for Go 1.8rc1. * Makefile.am (go_cmd_go_files): Add bug.go. (s-zdefaultcc): Write defaultPkgConfig. * Makefile.in: Rebuild. From-SVN: r244456
* libgo: update to go1.7rc3Ian Lance Taylor2016-07-221-0/+1
| | | | | | Reviewed-on: https://go-review.googlesource.com/25150 From-SVN: r238662
* libgo: Update to Go 1.3 release.Ian Lance Taylor2014-07-191-1/+1
| | | | From-SVN: r212837
* libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor2014-06-041-0/+7
| | | | | | | | | | | | | | | This revision was committed January 7, 2014. The next revision deleted runtime/mfinal.c. That will be done in a subsequent merge. This merge changes type descriptors to add a zero field, pointing to a zero value for that type. This is implemented as a common variable. * go-gcc.cc (Gcc_backend::implicit_variable): Add is_common and alignment parameters. Permit init parameter to be NULL. From-SVN: r211249
* libgo: Update to Go 1.1.1.Ian Lance Taylor2013-07-161-4/+4
| | | | From-SVN: r200974
* libgo: Update to current master library sources.Ian Lance Taylor2012-12-121-0/+205
From-SVN: r194460