Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [dev.power64] runtime: power64 fixes and ports of changes | Austin Clements | 2014-10-27 | 1 | -13/+6 |
| | | | | | | | | | | | | | | | Fix include paths that got moved in the great pkg/ rename. Add missing runtime/arch_* files for power64. Port changes that happened on default since branching to runtime/{asm,atomic,sys_linux}_power64x.s (precise stacks, calling convention change, various new and deleted functions. Port struct renaming and fix some bugs in runtime/defs_linux_power64.h. LGTM=rsc R=rsc, dave CC=golang-codereviews https://codereview.appspot.com/161450043 | ||||
* | build: merge the great pkg/ rename into dev.power64 | Austin Clements | 2014-10-22 | 1 | -0/+211 |
This also removes pkg/runtime/traceback_lr.c, which was ported to Go in an earlier commit and then moved to runtime/traceback.go. Reviewer: rsc@golang.org rsc: LGTM |