]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.3] debug/elf: support DWARF that needs relocs for 386
authorDavid Symonds <dsymonds@golang.org>
Wed, 4 Jun 2014 01:23:24 +0000 (11:23 +1000)
committerDavid Symonds <dsymonds@golang.org>
Wed, 4 Jun 2014 01:23:24 +0000 (11:23 +1000)
commitd7f399919e0b916e737f6164375d8702a2722858
tree5818c33c665a0eeffbebe794bb8f7ba881f4b817
parent6e3d786dbf90669d2c7027d723057d0d584f7d2d
[release-branch.go1.3] debug/elf: support DWARF that needs relocs for 386

««« CL 96680045 / 5439c77d4acb
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
»»»

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/102140043
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]