From: Dave Cheney Date: Wed, 12 Feb 2014 23:58:23 +0000 (+1100) Subject: debug/macho: add test file for CL 60190043 X-Git-Tag: go1.3beta1~745 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=951508671dff04f1784309cf2ec5445721357e35;p=gostls13.git debug/macho: add test file for CL 60190043 From the description of CL 60190043 debug/macho: Add support for opening fat/universal binaries. New testdata was created from existing using: $ lipo gcc-386-darwin-exec gcc-amd64-darwin-exec -create -output fat-gcc-386-amd64-darwin-exec Update #7250 LGTM=iant R=golang-codereviews, gobot, dsymonds, iant CC=golang-codereviews https://golang.org/cl/61720044 --- diff --git a/src/pkg/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec b/src/pkg/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec new file mode 100644 index 0000000000..7efd19300b Binary files /dev/null and b/src/pkg/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec differ