From c007ce824d9a4fccb148f9204e04c23ed2984b71 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 8 Sep 2014 00:08:51 -0400 Subject: build: move package sources from src/pkg to src Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg. --- 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 748e83f8e6..0000000000 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 3e257dd8ff..0000000000 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 c0d633e29f..0000000000 --- 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.3