go/src/cmd/link
Rick Arnold 86ac618145 cmd/link: change cloneProg to return the cloned value
The code was returning the original value rather than the cloned value
resulting in the tests not being repeatable.

Fixes #7111.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/65720045
2014-02-18 17:59:44 -08:00
..
testdata cmd/link: add testdata/pclntab.6 (fix build) 2014-01-21 17:12:30 -05:00
auto.go cmd/link: implement and test automatic symbols 2014-01-13 23:07:57 -05:00
auto_test.go cmd/link: implement and test automatic symbols 2014-01-13 23:07:57 -05:00
dead.go cmd/link: implement dead code removal 2014-01-13 23:08:10 -05:00
dead_test.go cmd/link: implement dead code removal 2014-01-13 23:08:10 -05:00
debug.go
hex_test.go cmd/link: replace golden binary files with hex dumps 2014-01-13 23:07:40 -05:00
layout.go cmd/link: implement and test automatic symbols 2014-01-13 23:07:57 -05:00
layout_test.go cmd/link: implement and test automatic symbols 2014-01-13 23:07:57 -05:00
link_test.go cmd/link: implement and test automatic symbols 2014-01-13 23:07:57 -05:00
load.go cmd/link: implement and test automatic symbols 2014-01-13 23:07:57 -05:00
macho.go cmd/link: implement and test automatic symbols 2014-01-13 23:07:57 -05:00
macho_test.go cmd/link: implement and test automatic symbols 2014-01-13 23:07:57 -05:00
main.go
pclntab.go cmd/link: fix comment typo. 2014-02-18 13:04:59 +11:00
pclntab_test.go cmd/link: pclntab generation 2014-01-21 13:47:47 -05:00
prog.go cmd/link: pclntab generation 2014-01-21 13:47:47 -05:00
prog_test.go cmd/link: change cloneProg to return the cloned value 2014-02-18 17:59:44 -08:00
runtime.go cmd/link: pclntab generation 2014-01-21 13:47:47 -05:00
scan.go cmd/link: implement and test automatic symbols 2014-01-13 23:07:57 -05:00
util.go
write.go cmd/link: implement and test automatic symbols 2014-01-13 23:07:57 -05:00