summaryrefslogtreecommitdiff
path: root/src/cmd/nm
Commit message (Expand)AuthorAgeFilesLines
* all: enable more tests on macOS/ARM64Cherry Zhang2020-10-092-0/+8
* all: add GOOS=iosCherry Zhang2020-09-231-1/+1
* Revert "cmd/internal/goobj: add index to symbol name for indexed symbols"Cherry Zhang2020-06-031-9/+1
* cmd/go: use -buildmode=pie as default on windowAlex Brainman2020-04-301-1/+1
* [dev.link] cmd/internal/goobj: add index to symbol name for indexed symbolsCherry Zhang2020-04-221-1/+9
* all: base64-encode binaries that will cause Apple notarization to failAndrew2019-11-211-2/+13
* cmd/nm, runtime/cgo: add cgo support for freebsd/arm64Tobias Klauser2019-10-281-0/+5
* Revert "cmd/go: fail if a test binary exits with no output"Bryan C. Mills2019-10-091-1/+3
* cmd/go: fail if a test binary exits with no outputDaniel Martí2019-10-091-3/+1
* cmd/internal/obj: write package path at compile time if possibleCherry Zhang2019-05-061-4/+4
* cmd,runtime: enable cgo for openbsd/arm64Joel Sing2019-04-291-2/+7
* cmd/nm: fix cgo tests for aix/ppc64Clément Chigot2019-03-202-0/+13
* internal/testenv: remove SetModVendorBryan C. Mills2019-03-081-2/+0
* all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills2019-03-051-0/+2
* cmd/nm: fix testGoLib helper to be module-agnosticBryan C. Mills2019-02-191-0/+4
* cmd/nm: report windows/arm as relocatable in TestGoExecJordan Rhee2018-12-151-0/+3
* cmd/nm: run tests in parallel, don't use Scanner on []byteIan Lance Taylor2018-12-111-16/+8
* all: move cmd/internal/xcoff to internal/xcoffClément Chigot2018-12-101-1/+1
* cmd: add XCOFF objfile and adapt cmd/nm testsClément Chigot2018-10-311-10/+27
* cmd/nm: fix TestGoExec on Plan 9David du Colombier2018-06-111-0/+4
* cmd/link: split pe .text section into .text and .rdataAlex Brainman2018-06-091-0/+18
* cmd/internal/goobj: accept int64 in readIntCherry Zhang2017-11-011-7/+0
* cmd/link: don't use internal linking mode for cgo on PPC64Ian Lance Taylor2017-09-261-1/+1
* cmd/nm: accept macho files which don't have symbol table in the archiveHiroshi Ioka2017-09-211-1/+9
* cmd/nm: handle cgo archiveHiroshi Ioka2017-09-213-39/+98
* cmd/nm: add test case for go archivesHiroshi Ioka2017-09-202-18/+117
* all: fix some printf format stringsJosh Bleecher Snyder2017-02-141-3/+3
* cmd/nm: extend help text to document the flagsJaana Burcu Dogan2017-02-111-1/+14
* cmd/nm: skip TestInternalLinkerCgoFile if no internal linking is supportedAlex Brainman2017-02-041-0/+17
* cmd/link: do not prefix external symbols with underscore on windows/386/cgoAlex Brainman2017-02-042-44/+146
* all: use sort.Slice where applicableBrad Fitzpatrick2016-10-041-21/+3
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-301-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-161-9/+2
* cmd/nm: skip fork test on darwin/arm64David Crawshaw2015-04-121-2/+3
* cmd/nm: exclude Go tool test on darwin/armDavid Crawshaw2015-02-261-0/+4
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfileRuss Cox2014-08-077-387/+14
* cmd/nm: skip test on android (no Go tool)David Crawshaw2014-07-081-2/+3
* build: make nacl passRuss Cox2014-05-201-0/+4
* cmd/nm, cmd/objdump: fix elf symbol typesRuss Cox2014-05-141-2/+2
* cmd/nm: do not write to GOROOT testdata directories during TestNMAlex Brainman2014-05-121-5/+12
* cmd/nm: do not fail TestNM if symbol has less then 3 columns in nm outputAlex Brainman2014-04-211-5/+0
* cmd/nm: disable TestNM on darwin, linux and solarisAlex Brainman2014-04-211-0/+4
* cmd/ld: correct addresses in windows pe symbol tableAlex Brainman2014-04-211-0/+49
* cmd/nm: print symbol sizes for windows pe executablesAlex Brainman2014-04-191-0/+14
* cmd/nm: windows pe handling fixesAlex Brainman2014-04-163-2/+73
* debug/plan9obj: implement parsing of Plan 9 a.out executablesDavid du Colombier2014-01-222-0/+52
* cmd/nm: add -sort=sizeRob Pike2014-01-082-2/+11
* all: fix a few spelling errors in source commentsMartin Olsson2013-12-271-1/+1