• Russ Cox's avatar
    cmd/nm: reimplement in Go · 500547f2
    Russ Cox authored
    The immediate goal is to support the new object file format,
    which libmach (nm's support library) does not understand.
    Rather than add code to libmach or reengineer liblink to
    support this new use, just write it in Go.
    
    The C version of nm reads the Plan 9 symbol table stored in
    Go binaries, now otherwise unused.
    
    This reimplementation uses the standard symbol table for
    the corresponding file format instead, bringing us one step
    closer to removing the Plan 9 symbol table from Go binaries.
    
    Tell cmd/dist not to build cmd/nm anymore.
    Tell cmd/go to install cmd/nm in the tool directory.
    
    R=golang-dev, r, iant, alex.brainman
    CC=golang-dev
    https://golang.org/cl/40600043
    500547f2
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
liblink Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.dist Loading commit data...
all.bash Loading commit data...
all.bat Loading commit data...
all.rc Loading commit data...
clean.bash Loading commit data...
clean.bat Loading commit data...
clean.rc Loading commit data...
make.bash Loading commit data...
make.bat Loading commit data...
make.rc Loading commit data...
race.bash Loading commit data...
race.bat Loading commit data...
run.bash Loading commit data...
run.bat Loading commit data...
run.rc Loading commit data...
sudo.bash Loading commit data...