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