summaryrefslogtreecommitdiff
path: root/src/cmd/9a
Commit message (Collapse)AuthorAgeFilesLines
* [dev.power64] all: merge default into dev.power64Austin Clements2014-10-221-0/+1
| | | | | | | | | | | This brings dev.power64 up-to-date with the current tip of default. go_bootstrap is still panicking with a bad defer when initializing the runtime (even on amd64). LGTM=rsc R=rsc CC=golang-codereviews https://codereview.appspot.com/152570049
* build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-222-2/+2
| | | | | | | | | 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
* [dev.power64] cmd/9a: use new flag parserRuss Cox2014-08-121-64/+65
| | | | | | | | | | | | Copy main from 6a. Fixes various things, but the main thing is the use of the new flag parser. The go command expects to be able to use -trimpath and not have it be interpreted as -t rimpath. LGTM=minux R=minux CC=golang-codereviews https://codereview.appspot.com/126100043
* [dev.power64] cmd/9a: use liblink, add required additional instructions.Shenghou Ma2014-08-077-439/+4234
| | | | | | | LGTM=rsc R=rsc, iant CC=golang-codereviews https://codereview.appspot.com/127730043
* [dev.power64] cmd/9a, cmd/9c, cmd/9l, liblink: import code from Vita Nuova.Shenghou Ma2014-08-063-0/+2110
No modifications other than adding copyright header to each file, and concatenating several cmd/9l files together to form the liblink files. LGTM=rsc R=rsc, iant CC=golang-codereviews https://codereview.appspot.com/123840043