]> Cypherpunks repositories - gostls13.git/commit
race: linker changes
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 18 Sep 2012 21:05:25 +0000 (01:05 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 18 Sep 2012 21:05:25 +0000 (01:05 +0400)
commitcc8cfefd8ade736ee75673a16da44575499290f7
tree3133c5b8a767da94ef8fa619fa97320887b67b7f
parenta29f3136b40c5a3b5da4034fe5def863d4ad2733
race: linker changes
This is the second part of a bigger change that adds data race detection feature:
https://golang.org/cl/6456044
This change makes the linker emit dependency on runtime/race package when supplied with -b flag.

R=rsc, minux.ma
CC=golang-dev
https://golang.org/cl/6488074
src/cmd/ld/doc.go
src/cmd/ld/lib.c