Commit 592416a3 authored by Michael Stapelberg's avatar Michael Stapelberg Committed by Ian Lance Taylor

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
parent e3040e2b
#include <stdio.h>
void
main(int argc, char *argv[])
{
printf("hello, world\n");
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment