diff options
| author | Austin Clements <austin@google.com> | 2014-10-22 13:25:37 -0400 |
|---|---|---|
| committer | Austin Clements <austin@google.com> | 2014-10-22 13:25:37 -0400 |
| commit | 2bd616b1a7d2544e05d55141b6575f17a9b17263 (patch) | |
| tree | 716356173f21ef911f04ce21805dd79c8a18eb08 /src/debug/elf/testdata | |
| parent | 32082501859c5c3c61913df5791cafbbb45c2519 (diff) | |
| parent | 31bd41e04bd3cbd4a4a213b8a098eaebabae15a3 (diff) | |
| download | go-2bd616b1a7d2544e05d55141b6575f17a9b17263.tar.xz | |
build: merge the great pkg/ rename into dev.power64
This also removes pkg/runtime/traceback_lr.c, which was ported
to Go in an earlier commit and then moved to
runtime/traceback.go.
Reviewer: rsc@golang.org
rsc: LGTM
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/go-relocation-test-gcc482-ppc64le.obj | bin | 0 -> 3016 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 |
11 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 0000000000..7af9c58ca7 --- /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 0000000000..c6cb1de28c --- /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 0000000000..f62b1ea1ca --- /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 0000000000..e909cf4e6e --- /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 0000000000..a7c6d6e562 --- /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 0000000000..2d37ab6e6e --- /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 0000000000..0d59fe303b --- /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 0000000000..849e2644ec --- /dev/null +++ b/src/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj diff --git a/src/debug/elf/testdata/go-relocation-test-gcc482-ppc64le.obj b/src/debug/elf/testdata/go-relocation-test-gcc482-ppc64le.obj Binary files differnew file mode 100644 index 0000000000..dad7445486 --- /dev/null +++ b/src/debug/elf/testdata/go-relocation-test-gcc482-ppc64le.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 0000000000..806af6edbc --- /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 0000000000..34d9ee7923 --- /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"); +} |
