]> Cypherpunks repositories - gostls13.git/commit
cmd/nm: make -S listing a bit more accurate
authorRuss Cox <rsc@golang.org>
Tue, 17 Sep 2013 00:27:57 +0000 (20:27 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 17 Sep 2013 00:27:57 +0000 (20:27 -0400)
commit00061219f03d666e93947a3cb326256062a7a92c
tree806d10481ae031ae1e58a32cdb9805d8aab7ec5a
parent30ecb4cd05ac41805593c95bd7967b808e5f4ca5
cmd/nm: make -S listing a bit more accurate

Hide container symbols like text and etext so that
the individual pieces inside are shown instead.
For example, if text and main.init have the same
address, it was a toss-up which name was printed.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/13722046
src/cmd/nm/nm.c