cmd/link: replace golden binary files with hex dumps
The hex dumps will diff better, and I hope they will avoid a repeat of http://bugs.debian.org/716853. The CL will probably show the testdata diffs as "binary", but in fact the binary versions are being replaced by textual hex dumps (output of hexdump -C). R=iant CC=golang-codereviews https://golang.org/cl/51000044
Showing
src/cmd/link/hex_test.go
0 → 100644
src/cmd/link/testdata/link.hello.darwin.amd64
100755 → 100644
No preview for this file type
src/cmd/link/testdata/macho.amd64.exit9
100755 → 100644
No preview for this file type
src/cmd/link/testdata/macho.amd64.hello
100755 → 100644
No preview for this file type
src/cmd/link/testdata/macho.amd64.helloro
100755 → 100644
No preview for this file type
Please register or sign in to comment