]> Cypherpunks repositories - gostls13.git/commit
debug/elf: add C source for testdata executables
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 31 Dec 2013 22:36:13 +0000 (14:36 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 31 Dec 2013 22:36:13 +0000 (14:36 -0800)
commit592416a3878d88684ff3817cfb9292c96ee14baa
treeab5aea1cf8c834110904d4fe0b64dd81d225b11a
parente3040e2bbaeb064cd728d4bf78006a9f85036f63
debug/elf: add C source for testdata executables

This source file, when compiled with gcc 4.4.3 on Ubuntu lucid,
corresponds instruction for instruction to the binaries in the same
directory.

Shipping this source code file resolves http://bugs.debian.org/716853

R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/46780043
src/pkg/debug/elf/testdata/hello.c [new file with mode: 0644]