summaryrefslogtreecommitdiff
path: root/include/mach.h
Commit message (Collapse)AuthorAgeFilesLines
* cmd/prof, libmach: deleteRuss Cox2014-04-141-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 nmMateusz Czapli?ski2011-08-291-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 libmachRob Pike2009-08-141-0/+410
R=rsc OCL=33273 CL=33276