From 2c39e50995bb02325b2c17f253b10f5ada0e337f Mon Sep 17 00:00:00 2001 From: Vladimir Stefanovic Date: Tue, 18 Oct 2016 23:50:48 +0200 Subject: debug/elf: add support for GOARCH=mips{,le} Change-Id: Ia6f8ae7e56a49ad66b60a24c4afb606f3cfe5efd Reviewed-on: https://go-review.googlesource.com/31482 Run-TryBot: Brad Fitzpatrick Reviewed-by: Cherry Zhang --- .../elf/testdata/go-relocation-test-gcc492-mipsle.obj | Bin 0 -> 2864 bytes .../elf/testdata/go-relocation-test-gcc540-mips.obj | Bin 0 -> 3064 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/debug/elf/testdata/go-relocation-test-gcc492-mipsle.obj create mode 100644 src/debug/elf/testdata/go-relocation-test-gcc540-mips.obj (limited to 'src/debug/elf/testdata') diff --git a/src/debug/elf/testdata/go-relocation-test-gcc492-mipsle.obj b/src/debug/elf/testdata/go-relocation-test-gcc492-mipsle.obj new file mode 100644 index 0000000000..a5fbcfbbdd Binary files /dev/null and b/src/debug/elf/testdata/go-relocation-test-gcc492-mipsle.obj differ diff --git a/src/debug/elf/testdata/go-relocation-test-gcc540-mips.obj b/src/debug/elf/testdata/go-relocation-test-gcc540-mips.obj new file mode 100644 index 0000000000..270c777596 Binary files /dev/null and b/src/debug/elf/testdata/go-relocation-test-gcc540-mips.obj differ -- cgit v1.3