]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] cmd/objwriter: implement using cmd/internal/obj
authorRuss Cox <rsc@golang.org>
Mon, 19 Jan 2015 19:41:34 +0000 (14:41 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 21 Jan 2015 03:02:35 +0000 (03:02 +0000)
commit35d3987dbc49d0e2cae4e0cf70dabb62e62cbc50
tree48740673234f18e5d39372f9ba62e4e166d03aa4
parentd6f6e420fcea98a84a9c6a69a7bcf81ddca7ea74
[dev.cc] cmd/objwriter: implement using cmd/internal/obj

New code but nothing interesting.
It's nearly all parsing code for the format written by liblink.
The interesting part is the call to obj.Writeobjdirect, which
is the Go translation of the C liblink writeobjdirect function.

Change-Id: I2e9e755e7a3c999302e2ef2c7475c0af9c5acdd2
Reviewed-on: https://go-review.googlesource.com/3047
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/objwriter/main.go