]> Cypherpunks repositories - gostls13.git/commit
cmd/nm: accept macho files which don't have symbol table in the archive
authorHiroshi Ioka <hirochachacha@gmail.com>
Thu, 21 Sep 2017 03:56:30 +0000 (12:56 +0900)
committerIan Lance Taylor <iant@golang.org>
Thu, 21 Sep 2017 19:17:33 +0000 (19:17 +0000)
commit2f7b57e9d82c1d8d0bc15bd35b1acf084e1367d3
tree6c9422871a450596aa6a4557a5fe89707c26bf14
parentdd5a86f18c8d00e47a03ed11523307cafe1f2f1c
cmd/nm: accept macho files which don't have symbol table in the archive

After https://golang.org/cl/64793, we started to include Mach-O object
files which don't have symbol table into cgo archive.
However, toolchains didn't handle those files yet.

Fixes #21959

Change-Id: Ibb2f6492f1fa59368f2dfd4cff19783997539875
Reviewed-on: https://go-review.googlesource.com/65170
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/objfile/macho.go
src/cmd/nm/nm.go