]> Cypherpunks repositories - gostls13.git/commit
debug/elf: fix arm build
authorDave Cheney <dave@cheney.net>
Tue, 10 Mar 2015 08:39:17 +0000 (19:39 +1100)
committerDave Cheney <dave@cheney.net>
Wed, 11 Mar 2015 01:37:57 +0000 (01:37 +0000)
commitb353a69509423c8fe509d3268ae336e9a45478de
treeeb46d6234ef9e728829440e6ee73ed50b079e833
parent782db7fc883e3ae409b27f7b77b135d8eee81c69
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 <iant@golang.org>
src/debug/elf/file.go
src/debug/elf/file_test.go
src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj [new file with mode: 0644]