]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] liblink: invoke go tool objwriter during writeobj
authorRuss Cox <rsc@golang.org>
Mon, 19 Jan 2015 16:38:53 +0000 (11:38 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 21 Jan 2015 00:45:07 +0000 (00:45 +0000)
commit725e3a7afbb5b07e9345dd9ef6878af0cd959776
tree3e544eef4337052b0906d2fab4b11759779cef37
parent328ace91e655c5bc4bd3a29f3404f961837ddeb3
[dev.cc] liblink: invoke go tool objwriter during writeobj

This doesn't actually use objwriter for any real work.
It's just to check that objwriter is available.
The real work will be moved once the bootstrapping
mechanisms are working.

Change-Id: I5f41c8910c4b11b9d80cb0b0847ff9cb582fc2be
Reviewed-on: https://go-review.googlesource.com/3045
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/liblink/objfile.c