]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/objfile: Skip mach-o debug symbols.
authorRyan Brown <ribrdb@google.com>
Wed, 8 Apr 2015 19:55:34 +0000 (12:55 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 26 May 2015 23:00:00 +0000 (23:00 +0000)
commitbc89ad598e51b1f4935c2574edbabafff4dc1dea
tree174430d4c8f5ecffbd685a160cda1c6cf7ff29e8
parentfad25c29a1c8c3cffdd18ff8ebff3ead3bdfed1f
cmd/internal/objfile: Skip mach-o debug symbols.

This allows objdump to disassemble gcc generated binaries on OS X 10.6.

Change-Id: I1a5bfbf7c252e78215ef1f122520689d5ce6ddca
Reviewed-on: https://go-review.googlesource.com/10383
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/objfile/macho.go