]> Cypherpunks repositories - gostls13.git/commit
liblink: don't search for an import file with an absolute path
authorIan Lance Taylor <iant@golang.org>
Wed, 18 Dec 2013 18:33:47 +0000 (10:33 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 18 Dec 2013 18:33:47 +0000 (10:33 -0800)
commit0830f64bf0a95c310b6396ea53279b17e35f82ad
tree08aa6cce30129551df0ad2983b87ea3d53f0d7e7
parentf48120ef51bd007f0d84b42e25e1e23e75b9f244
liblink: don't search for an import file with an absolute path

This restores the old behaviour, and makes it possible to
continue to use 6g and 6l directly, rather than the go tool,
with dot imports.

R=rsc
CC=golang-dev
https://golang.org/cl/43710043
src/liblink/ld.c