summaryrefslogtreecommitdiff
path: root/src/runtime/internal/sys/arch.go
Commit message (Collapse)AuthorAgeFilesLines
* runtime/internal/sys: add arch defs for GOARCH=mips{,le}Vladimir Stefanovic2016-11-031-0/+1
| | | | | | Change-Id: I6288f1fca1ae4c64b3907af700811ee842053020 Reviewed-on: https://go-review.googlesource.com/31472 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* runtime: remove remaining references to TheCharJeremy Jackins2016-04-111-0/+17
After mdempsky's recent changes, these are the only references to "TheChar" left in the Go tree. Without the context, and without knowing the history, this is confusing. Also rename sys.TheGoos and sys.TheGoarch to sys.GOOS and sys.GOARCH. Also change the heap dump format to include sys.GOARCH rather than TheChar, which is no longer a concept. Updates #15169 (changes heapdump format) Change-Id: I3e99eeeae00ed55d7d01e6ed503d958c6e931dca Reviewed-on: https://go-review.googlesource.com/21647 Reviewed-by: Matthew Dempsky <mdempsky@google.com>