]> Cypherpunks repositories - gostls13.git/commit
cmd/nm: handle cgo archive
authorHiroshi Ioka <hirochachacha@gmail.com>
Sat, 16 Sep 2017 06:28:14 +0000 (15:28 +0900)
committerIan Lance Taylor <iant@golang.org>
Thu, 21 Sep 2017 01:01:44 +0000 (01:01 +0000)
commit589ea93678850ad1e5c1192df5768177c3104937
treea6ba4177df2d16ca506c5e683268a29f4bb3de2b
parent6a537c1d4718f2804bbad983037b9a6e4b40bc60
cmd/nm: handle cgo archive

This CL also make cmd/nm accept PE object file.

Fixes #21706

Change-Id: I4a528b7d53da1082e61523ebeba02c4c514a43a7
Reviewed-on: https://go-review.googlesource.com/64890
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/goobj/read.go
src/cmd/internal/objfile/disasm.go
src/cmd/internal/objfile/elf.go
src/cmd/internal/objfile/goobj.go
src/cmd/internal/objfile/macho.go
src/cmd/internal/objfile/objfile.go
src/cmd/internal/objfile/pe.go
src/cmd/internal/objfile/plan9obj.go
src/cmd/nm/nm.go
src/cmd/nm/nm_cgo_test.go
src/cmd/nm/nm_test.go