1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:21:23 -06:00
go/src/cmd/nm
Russ Cox 0c2a727477 build: make nacl pass
Add nacl.bash, the NaCl version of all.bash.
It's a separate script because it builds a variant of package syscall
with a large zip file embedded in it, containing all the input files
needed for tests.

Disable various tests new since the last round, mostly the ones using os/exec.

Fixes #7945.

LGTM=dave
R=golang-codereviews, remyoudompheng, dave, bradfitz
CC=golang-codereviews
https://golang.org/cl/100590044
2014-05-20 12:10:19 -04:00
..
doc.go cmd/nm: windows pe handling fixes 2014-04-16 22:17:38 -04:00
elf.go cmd/nm, cmd/objdump: fix elf symbol types 2014-05-14 17:45:13 -07:00
goobj.go cmd/nm: minor cleanup from previous CL 2013-12-18 13:29:40 -05:00
macho.go cmd/nm: reimplement in Go 2013-12-16 12:52:11 -05:00
nm_test.go build: make nacl pass 2014-05-20 12:10:19 -04:00
nm.go debug/plan9obj: implement parsing of Plan 9 a.out executables 2014-01-22 23:30:52 +01:00
pe.go cmd/nm: print symbol sizes for windows pe executables 2014-04-19 14:47:20 +10:00
plan9obj.go debug/plan9obj: implement parsing of Plan 9 a.out executables 2014-01-22 23:30:52 +01:00