]> Cypherpunks repositories - gostls13.git/commit
debug/elf: support DWARF that needs relocs for 386
authorIan Lance Taylor <iant@golang.org>
Tue, 3 Jun 2014 23:39:40 +0000 (16:39 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 3 Jun 2014 23:39:40 +0000 (16:39 -0700)
commit0e197515b6b2514a4be25f25e3862b74baa5c9ed
tree6af976a7e2cdec8687252a785d4765b8ebd39594
parent68bbf9d4642e7df8523a06b0cff37b64ea5fba57
debug/elf: support DWARF that needs relocs for 386

It's not clear how widespread this issue is, but we do have a
test case generated by a development version of clang.

I don't know whether this should go into 1.3 or not; happy to
hear arguments either way.

LGTM=rsc
R=golang-codereviews, bradfitz, rsc
CC=golang-codereviews
https://golang.org/cl/96680045
src/pkg/debug/elf/file.go
src/pkg/debug/elf/file_test.go
src/pkg/debug/elf/testdata/go-relocation-test-clang-x86.obj [new file with mode: 0644]