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

Issue 87500043: code review 87500043: debug/pe: add optional header to File (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by brainman
Modified:
10 years ago
Reviewers:
gobot, rsc
CC:
golang-codereviews, bradfitz, rsc
Visibility:
Public.

Description

debug/pe: add optional header to File This information is required by cmd/nm to calculate absolute symbol addresses. Update issue 6936 Update issue 7738

Patch Set 1 #

Patch Set 2 : diff -r 63408464ba37 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 63408464ba37 https://go.googlecode.com/hg/ #

Total comments: 4

Patch Set 4 : diff -r fa4c16e1888b https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -20 lines) Patch
M src/pkg/debug/pe/file.go View 1 2 3 2 chunks +30 lines, -5 lines 0 comments Download
M src/pkg/debug/pe/file_test.go View 1 4 chunks +124 lines, -15 lines 0 comments Download
M src/pkg/debug/pe/pe.go View 1 1 chunk +72 lines, -0 lines 0 comments Download
A src/pkg/debug/pe/testdata/gcc-amd64-mingw-exec View 1 Binary file 0 comments Download
A src/pkg/debug/pe/testdata/gcc-amd64-mingw-obj View 1 Binary file 0 comments Download

Messages

Total messages: 8
brainman
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
10 years ago (2014-04-14 06:32:17 UTC) #1
bradfitz
https://codereview.appspot.com/87500043/diff/40001/src/pkg/debug/pe/file.go File src/pkg/debug/pe/file.go (right): https://codereview.appspot.com/87500043/diff/40001/src/pkg/debug/pe/file.go#newcode22 src/pkg/debug/pe/file.go:22: OptionalHeader interface{} OptionalHeader interface{} // of type *Foo or ...
10 years ago (2014-04-14 15:21:21 UTC) #2
brainman
https://codereview.appspot.com/87500043/diff/40001/src/pkg/debug/pe/file.go File src/pkg/debug/pe/file.go (right): https://codereview.appspot.com/87500043/diff/40001/src/pkg/debug/pe/file.go#newcode22 src/pkg/debug/pe/file.go:22: OptionalHeader interface{} On 2014/04/14 15:21:22, bradfitz wrote: > OptionalHeader ...
10 years ago (2014-04-14 23:26:28 UTC) #3
brainman
Hello golang-codereviews@googlegroups.com, bradfitz@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years ago (2014-04-14 23:26:41 UTC) #4
gobot
R=rsc@golang.org (assigned by bradfitz@golang.org)
10 years ago (2014-04-14 23:30:18 UTC) #5
rsc
LGTM
10 years ago (2014-04-17 02:09:00 UTC) #6
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=0c830eabe9d2 *** debug/pe: add optional header to File This information is required ...
10 years ago (2014-04-17 02:11:05 UTC) #7
gobot
10 years ago (2014-04-17 08:36:06 UTC) #8
Message was sent while issue was closed.
This CL appears to have broken the linux-386-387 builder.
See http://build.golang.org/log/a2af1626af5806870f376a26efaa05ad2674e857
Sign in to reply to this message.

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