Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(217)

Issue 1676048: code review 1676048: Add support for reading in the ELF program headers

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 2 months ago by rminnich
Modified:
14 years, 10 months ago
Reviewers:
iant
CC:
golang-dev, rminnich
Visibility:
Public.

Description

Add support for reading in the ELF program headers This fairly simple change adds in support for reading ELF program headers. I tried to follow the rules of the section headers, e.g. promoting 32 to 64 int in the struct, and so on. I've tested this against ELF files and it seems to be right. I ran gofmt on both files.

Patch Set 1 #

Patch Set 2 : code review 1676048: Add support for reading in the ELF program headers #

Total comments: 2

Patch Set 3 : code review 1676048: Add support for reading in the ELF program headers #

Patch Set 4 : code review 1676048: Add support for reading in the ELF program headers #

Total comments: 3

Patch Set 5 : code review 1676048: Add support for reading in the ELF program headers #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -5 lines) Patch
M src/pkg/debug/elf/file.go View 1 2 3 4 4 chunks +51 lines, -1 line 0 comments Download
M src/pkg/debug/elf/file_test.go View 4 4 chunks +31 lines, -4 lines 0 comments Download

Messages

Total messages: 13
rminnich
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, rminnich), I'd like you to review this change.
15 years, 2 months ago (2010-06-28 00:49:35 UTC) #1
iant
TestOpen in file_test.go should be expanded to test that program headers are read correctly. http://codereview.appspot.com/1676048/diff/2001/3001 ...
15 years, 2 months ago (2010-06-28 18:43:15 UTC) #2
rminnich
On Mon, Jun 28, 2010 at 11:43 AM, <iant@golang.org> wrote: > TestOpen in file_test.go should ...
15 years, 2 months ago (2010-06-28 21:40:25 UTC) #3
rsc1
> Question: I can fix this test for linux, but don't have access to the ...
15 years, 2 months ago (2010-06-28 22:56:36 UTC) #4
iant
> Question: I can fix this test for linux, but don't have access to the ...
15 years, 2 months ago (2010-06-28 23:16:58 UTC) #5
rminnich
Hello golang-dev@googlegroups.com, iant (cc: golang-dev@googlegroups.com, rminnich), Please take another look.
15 years, 2 months ago (2010-06-30 23:57:51 UTC) #6
rminnich
Hello golang-dev@googlegroups.com, iant (cc: golang-dev@googlegroups.com, rminnich), Please take another look.
15 years, 2 months ago (2010-07-06 00:16:03 UTC) #7
iant
http://codereview.appspot.com/1676048/diff/12002/1002 File src/pkg/debug/elf/file.go (right): http://codereview.appspot.com/1676048/diff/12002/1002#newcode305 src/pkg/debug/elf/file.go:305: f.Libs[0] = string(name) This is the interpreter, not a ...
15 years, 2 months ago (2010-07-10 21:03:12 UTC) #8
rminnich
On Sat, Jul 10, 2010 at 2:03 PM, <iant@golang.org> wrote: > > http://codereview.appspot.com/1676048/diff/12002/1002 > File ...
15 years, 2 months ago (2010-07-10 23:30:44 UTC) #9
rminnich
Hello golang-dev@googlegroups.com, iant (cc: golang-dev@googlegroups.com, rminnich), Please take another look.
15 years, 2 months ago (2010-07-12 17:28:56 UTC) #10
iant
LGTM Have you signed the copyright CLA?
15 years, 2 months ago (2010-07-12 20:39:46 UTC) #11
rminnich
On Mon, Jul 12, 2010 at 1:39 PM, <iant@golang.org> wrote: > LGTM > > Have ...
15 years, 2 months ago (2010-07-12 21:20:54 UTC) #12
rsc1
14 years, 10 months ago (2010-11-01 18:45:00 UTC) #13
timed out
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b