From b353a69509423c8fe509d3268ae336e9a45478de Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Tue, 10 Mar 2015 19:39:17 +1100 Subject: debug/elf: fix arm build This change adds the minimum necessary to implement applyRelocations. For adg, this code uses the switch statement. Change-Id: I0989daab8d0e36c2a4f6a315ced258b832744616 Reviewed-on: https://go-review.googlesource.com/7266 Reviewed-by: Ian Lance Taylor --- src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj | Bin 0 -> 2648 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj (limited to 'src/debug/elf/testdata') diff --git a/src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj b/src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj new file mode 100644 index 0000000000..ed45be2c55 Binary files /dev/null and b/src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj differ -- cgit v1.3-5-g9baa