• Russ Cox's avatar
    [dev.cc] cmd/objwriter: add placeholder program · 283b2329
    Russ Cox authored
    cmd/internal/obj is the name for the Go translation of the C liblink library.
    
    cmd/objwriter is the name of a Go binary that runs liblink's writeobj function.
    When the bulk of liblink has been converted to Go but the assemblers and
    compilers are still written in C, the C writeobj will shell out to the Go objwriter
    to actually write the object file. This lets us manage the transition in smaller
    pieces.
    
    The objwriter tool is purely transitional.
    It will not ship in any release (enforced in cmd/dist).
    
    Adding a dummy program and some dummy imports here so that we
    can work on the bootstrap mechanisms that will be necessary to build it.
    Once the build process handles objwriter properly,
    we'll work on the actual implementation.
    
    Change-Id: I675c818b3a513c26bb91c6dba564c6ace3b7fcd4
    Reviewed-on: https://go-review.googlesource.com/3043Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    283b2329
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...