Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/prof, libmach: delete | Russ Cox | 2014-04-14 | 1 | -411/+0 |
| | | | | | | | | | | | | | | | We have never released cmd/prof and don't plan to. Now that nm, addr2line, and objdump have been rewritten in Go, cmd/prof is the only thing keeping us from deleting libmach. Delete cmd/prof, and then since nothing is using libmach, delete libmach. 13,000 lines of C deleted. LGTM=minux.ma R=golang-codereviews, minux.ma CC=golang-codereviews, iant, r https://codereview.appspot.com/87020044 | ||||
* | libmach: support reading symbols from Windows .exe for nm | Mateusz Czapli?ski | 2011-08-29 | 1 | -0/+1 |
| | | | | | | | | | | Fixes Issue 979. R=rsc, alex.brainman CC=golang-dev, vcc.163 http://codereview.appspot.com/4894051 Committer: Russ Cox <rsc@golang.org> | ||||
* | rename libmach_amd64 libmach | Rob Pike | 2009-08-14 | 1 | -0/+410 |
R=rsc OCL=33273 CL=33276 |