]> Cypherpunks repositories - gostls13.git/commit
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)
commit951508671dff04f1784309cf2ec5445721357e35
tree3fc5f220055d2f7b3c88ea1222a1824597d1a510
parent72f0ed42fa89f1c02c6ff547762d4d1757d4fc75
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
src/pkg/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec [new file with mode: 0644]