From f154da9e12608589e8d5f0508f908a0c3e88a1bb Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 15 Jan 2015 11:54:00 -0700 Subject: Imported Upstream version 1.4 --- src/pkg/debug/plan9obj/testdata/386-plan9-exec | Bin 37232 -> 0 bytes src/pkg/debug/plan9obj/testdata/amd64-plan9-exec | Bin 34279 -> 0 bytes src/pkg/debug/plan9obj/testdata/hello.c | 8 -------- 3 files changed, 8 deletions(-) delete mode 100755 src/pkg/debug/plan9obj/testdata/386-plan9-exec delete mode 100755 src/pkg/debug/plan9obj/testdata/amd64-plan9-exec delete mode 100644 src/pkg/debug/plan9obj/testdata/hello.c (limited to 'src/pkg/debug/plan9obj/testdata') diff --git a/src/pkg/debug/plan9obj/testdata/386-plan9-exec b/src/pkg/debug/plan9obj/testdata/386-plan9-exec deleted file mode 100755 index 748e83f8e..000000000 Binary files a/src/pkg/debug/plan9obj/testdata/386-plan9-exec and /dev/null differ diff --git a/src/pkg/debug/plan9obj/testdata/amd64-plan9-exec b/src/pkg/debug/plan9obj/testdata/amd64-plan9-exec deleted file mode 100755 index 3e257dd8f..000000000 Binary files a/src/pkg/debug/plan9obj/testdata/amd64-plan9-exec and /dev/null differ diff --git a/src/pkg/debug/plan9obj/testdata/hello.c b/src/pkg/debug/plan9obj/testdata/hello.c deleted file mode 100644 index c0d633e29..000000000 --- a/src/pkg/debug/plan9obj/testdata/hello.c +++ /dev/null @@ -1,8 +0,0 @@ -#include -#include - -void -main(void) -{ - print("hello, world\n"); -} -- cgit v1.2.3