]> Cypherpunks repositories - gostls13.git/commit
cmd/link: pclntab generation
authorRuss Cox <rsc@golang.org>
Tue, 21 Jan 2014 18:47:47 +0000 (13:47 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 21 Jan 2014 18:47:47 +0000 (13:47 -0500)
commita453f28c70c7b2317c9c1096d1b32ebe7b01d021
tree8605ca0b0f1c534b77665662a8e34e6c6f2a8be5
parent0dd26f276d3091eb78d2e0be1780656c85af7501
cmd/link: pclntab generation

R=iant
CC=golang-codereviews
https://golang.org/cl/53820043
src/cmd/link/pclntab.go [new file with mode: 0644]
src/cmd/link/pclntab_test.go [new file with mode: 0644]
src/cmd/link/prog.go
src/cmd/link/runtime.go
src/cmd/link/testdata/Makefile [new file with mode: 0644]
src/cmd/link/testdata/genpcln.go [new file with mode: 0644]
src/cmd/link/testdata/link.hello.darwin.amd64
src/cmd/link/testdata/pclntab.s [new file with mode: 0644]