From 7ff52e13cdc61af1f63ab27bd91c1f00cf11bd86 Mon Sep 17 00:00:00 2001 From: Yao Zhang Date: Thu, 10 Sep 2015 09:15:19 -0400 Subject: debug/elf: added MIPS ELF relocations Change-Id: I05352749a852095baae2f67fd71ffcf5f727538d Reviewed-on: https://go-review.googlesource.com/14453 Reviewed-by: Minux Ma --- .../elf/testdata/go-relocation-test-gcc492-mips64.obj | Bin 0 -> 4120 bytes .../elf/testdata/go-relocation-test-gcc493-mips64le.obj | Bin 0 -> 4160 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/debug/elf/testdata/go-relocation-test-gcc492-mips64.obj create mode 100644 src/debug/elf/testdata/go-relocation-test-gcc493-mips64le.obj (limited to 'src/debug/elf/testdata') diff --git a/src/debug/elf/testdata/go-relocation-test-gcc492-mips64.obj b/src/debug/elf/testdata/go-relocation-test-gcc492-mips64.obj new file mode 100644 index 0000000000..68febe18fe Binary files /dev/null and b/src/debug/elf/testdata/go-relocation-test-gcc492-mips64.obj differ diff --git a/src/debug/elf/testdata/go-relocation-test-gcc493-mips64le.obj b/src/debug/elf/testdata/go-relocation-test-gcc493-mips64le.obj new file mode 100644 index 0000000000..20bbd6c4e8 Binary files /dev/null and b/src/debug/elf/testdata/go-relocation-test-gcc493-mips64le.obj differ -- cgit v1.3