aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/nm
AgeCommit message (Expand)Author
2017-09-20cmd/nm: add test case for go archivesHiroshi Ioka
2017-02-14all: fix some printf format stringsJosh Bleecher Snyder
2017-02-11cmd/nm: extend help text to document the flagsJaana Burcu Dogan
2017-02-04cmd/nm: skip TestInternalLinkerCgoFile if no internal linking is supportedAlex Brainman
2017-02-04cmd/link: do not prefix external symbols with underscore on windows/386/cgoAlex Brainman
2016-10-04all: use sort.Slice where applicableBrad Fitzpatrick
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-06-16all: extract "can I exec?" check from tests into internal/testenvRuss Cox
2015-04-12cmd/nm: skip fork test on darwin/arm64David Crawshaw
2015-02-26cmd/nm: exclude Go tool test on darwin/armDavid Crawshaw
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-08-07cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfileRuss Cox
2014-07-08cmd/nm: skip test on android (no Go tool)David Crawshaw
2014-05-20build: make nacl passRuss Cox
2014-05-14cmd/nm, cmd/objdump: fix elf symbol typesRuss Cox
2014-05-12cmd/nm: do not write to GOROOT testdata directories during TestNMAlex Brainman
2014-04-21cmd/nm: do not fail TestNM if symbol has less then 3 columns in nm outputAlex Brainman
2014-04-21cmd/nm: disable TestNM on darwin, linux and solarisAlex Brainman
2014-04-21cmd/ld: correct addresses in windows pe symbol tableAlex Brainman
2014-04-19cmd/nm: print symbol sizes for windows pe executablesAlex Brainman
2014-04-16cmd/nm: windows pe handling fixesAlex Brainman
2014-01-22debug/plan9obj: implement parsing of Plan 9 a.out executablesDavid du Colombier
2014-01-08cmd/nm: add -sort=sizeRob Pike
2013-12-27all: fix a few spelling errors in source commentsMartin Olsson
2013-12-18cmd/nm: minor cleanup from previous CLRuss Cox
2013-12-16cmd/nm: reimplement in GoRuss Cox
2013-09-16cmd/nm: make -S listing a bit more accurateRuss Cox
2013-09-16cmd/nm: put the -S flag in the usage messageRob Pike
2013-04-03cmd/nm: don't add filename elements for m symbolsAnthony Martin
2013-02-19cmd/godoc: use go/build to determine package and example filesRobert Griesemer
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-09-13cmd/pack: rename __.SYMDEF to __.GOSYMDEFRuss Cox
2012-03-09doc: various update to command documentsShenghou Ma
2012-02-06build: delete make paraphernaliaRuss Cox
2012-02-04docs: replace references to gofix etc. with tool invocationsRob Pike
2012-01-29cmd/go: c tools not used during compilationRob Pike
2011-06-19Make.ccmd: link with mach lib,Joe Poirier
2011-03-08nm: document -S flagRuss Cox
2010-12-10nm: silently ignore .o files in .a filesRuss Cox
2010-10-13various: avoid %ld etcRuss Cox
2010-08-24build: $GOBIN defaults to $GOROOT/binRuss Cox
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-09tweak documentation of commandsRuss Cox
2009-11-04stylistic issues in a couple of cmd docsRob Pike
2009-11-03more command documentation, including nm and profRob Pike
2009-10-03clean moreRuss Cox
2009-09-08add -S flag to print size of symbolRuss Cox
2009-08-14rename libmach_amd64 libmachRob Pike
2009-08-12change gotype in symbol table fromRuss Cox