diff options
Diffstat (limited to 'src/pkg/debug/elf/testdata')
-rwxr-xr-x | src/pkg/debug/elf/testdata/gcc-386-freebsd-exec | bin | 5742 -> 0 bytes | |||
-rwxr-xr-x | src/pkg/debug/elf/testdata/gcc-amd64-linux-exec | bin | 8844 -> 0 bytes | |||
-rw-r--r-- | src/pkg/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj | bin | 6544 -> 0 bytes | |||
-rw-r--r-- | src/pkg/debug/elf/testdata/go-relocation-test-clang-x86.obj | bin | 1900 -> 0 bytes | |||
-rw-r--r-- | src/pkg/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj | bin | 3088 -> 0 bytes | |||
-rw-r--r-- | src/pkg/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj | bin | 2936 -> 0 bytes | |||
-rw-r--r-- | src/pkg/debug/elf/testdata/go-relocation-test-gcc441-x86.obj | bin | 1884 -> 0 bytes | |||
-rw-r--r-- | src/pkg/debug/elf/testdata/hello-world-core.gz | bin | 12678 -> 0 bytes | |||
-rw-r--r-- | src/pkg/debug/elf/testdata/hello.c | 7 |
9 files changed, 0 insertions, 7 deletions
diff --git a/src/pkg/debug/elf/testdata/gcc-386-freebsd-exec b/src/pkg/debug/elf/testdata/gcc-386-freebsd-exec Binary files differdeleted file mode 100755 index 7af9c58ca..000000000 --- a/src/pkg/debug/elf/testdata/gcc-386-freebsd-exec +++ /dev/null diff --git a/src/pkg/debug/elf/testdata/gcc-amd64-linux-exec b/src/pkg/debug/elf/testdata/gcc-amd64-linux-exec Binary files differdeleted file mode 100755 index c6cb1de28..000000000 --- a/src/pkg/debug/elf/testdata/gcc-amd64-linux-exec +++ /dev/null diff --git a/src/pkg/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj b/src/pkg/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj Binary files differdeleted file mode 100644 index f62b1ea1c..000000000 --- a/src/pkg/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj +++ /dev/null diff --git a/src/pkg/debug/elf/testdata/go-relocation-test-clang-x86.obj b/src/pkg/debug/elf/testdata/go-relocation-test-clang-x86.obj Binary files differdeleted file mode 100644 index e909cf4e6..000000000 --- a/src/pkg/debug/elf/testdata/go-relocation-test-clang-x86.obj +++ /dev/null diff --git a/src/pkg/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj b/src/pkg/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj Binary files differdeleted file mode 100644 index a7c6d6e56..000000000 --- a/src/pkg/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj +++ /dev/null diff --git a/src/pkg/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj b/src/pkg/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj Binary files differdeleted file mode 100644 index 2d37ab6e6..000000000 --- a/src/pkg/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj +++ /dev/null diff --git a/src/pkg/debug/elf/testdata/go-relocation-test-gcc441-x86.obj b/src/pkg/debug/elf/testdata/go-relocation-test-gcc441-x86.obj Binary files differdeleted file mode 100644 index 0d59fe303..000000000 --- a/src/pkg/debug/elf/testdata/go-relocation-test-gcc441-x86.obj +++ /dev/null diff --git a/src/pkg/debug/elf/testdata/hello-world-core.gz b/src/pkg/debug/elf/testdata/hello-world-core.gz Binary files differdeleted file mode 100644 index 806af6edb..000000000 --- a/src/pkg/debug/elf/testdata/hello-world-core.gz +++ /dev/null diff --git a/src/pkg/debug/elf/testdata/hello.c b/src/pkg/debug/elf/testdata/hello.c deleted file mode 100644 index 34d9ee792..000000000 --- a/src/pkg/debug/elf/testdata/hello.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <stdio.h> - -void -main(int argc, char *argv[]) -{ - printf("hello, world\n"); -} |