]> Cypherpunks repositories - gostls13.git/commitdiff
debug/macho: add test file for CL 60190043
authorDave Cheney <dave@cheney.net>
Wed, 12 Feb 2014 23:58:23 +0000 (10:58 +1100)
committerDave Cheney <dave@cheney.net>
Wed, 12 Feb 2014 23:58:23 +0000 (10:58 +1100)
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

src/pkg/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec [new file with mode: 0644]

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 (file)
index 0000000..7efd193
Binary files /dev/null and b/src/pkg/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec differ