diff options
author | Tianon Gravi <admwiggin@gmail.com> | 2015-01-15 11:54:00 -0700 |
---|---|---|
committer | Tianon Gravi <admwiggin@gmail.com> | 2015-01-15 11:54:00 -0700 |
commit | f154da9e12608589e8d5f0508f908a0c3e88a1bb (patch) | |
tree | f8255d51e10c6f1e0ed69702200b966c9556a431 /src/pkg/debug/elf/testdata | |
parent | 8d8329ed5dfb9622c82a9fbec6fd99a580f9c9f6 (diff) | |
download | golang-upstream/1.4.tar.gz |
Imported Upstream version 1.4upstream/1.4
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"); -} |