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

Issue 89470043: code review 89470043: cmd/ld: correct addresses in windows pe symbol table (Closed)

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

Description

cmd/ld: correct addresses in windows pe symbol table This should have been part of 36eb4a62fbb6, but I later discovered that addresses are all wrong. Appropriate test added now.

Patch Set 1 #

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

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

Total comments: 4

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

Total comments: 2

Patch Set 5 : diff -r c2cf1a3d6006 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -1 line) Patch
M src/cmd/ld/pe.c View 1 2 chunks +12 lines, -1 line 0 comments Download
M src/cmd/nm/nm_test.go View 1 2 3 4 2 chunks +49 lines, -0 lines 0 comments Download

Messages

Total messages: 9
brainman
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years ago (2014-04-19 00:30:03 UTC) #1
r
https://codereview.appspot.com/89470043/diff/2/src/cmd/nm/nm_test.go File src/cmd/nm/nm_test.go (right): https://codereview.appspot.com/89470043/diff/2/src/cmd/nm/nm_test.go#newcode25 src/cmd/nm/nm_test.go:25: s, err := r.ReadString('\n') why not use bufio.Scanner here? ...
11 years ago (2014-04-20 17:47:28 UTC) #2
brainman
Thank you for review. Alex https://codereview.appspot.com/89470043/diff/2/src/cmd/nm/nm_test.go File src/cmd/nm/nm_test.go (right): https://codereview.appspot.com/89470043/diff/2/src/cmd/nm/nm_test.go#newcode25 src/cmd/nm/nm_test.go:25: s, err := r.ReadString('\n') ...
11 years ago (2014-04-21 04:18:44 UTC) #3
brainman
Hello golang-codereviews@googlegroups.com, r@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
11 years ago (2014-04-21 04:19:02 UTC) #4
r
LGTM https://codereview.appspot.com/89470043/diff/40001/src/cmd/nm/nm_test.go File src/cmd/nm/nm_test.go (right): https://codereview.appspot.com/89470043/diff/40001/src/cmd/nm/nm_test.go#newcode41 src/cmd/nm/nm_test.go:41: t.Errorf("nm displays wrong address %v for testData (%p)", ...
11 years ago (2014-04-21 06:39:13 UTC) #5
brainman
*** Submitted as https://code.google.com/p/go/source/detail?r=4bb6d26852d2 *** cmd/ld: correct addresses in windows pe symbol table This should ...
11 years ago (2014-04-21 09:28:11 UTC) #6
gobot
This CL appears to have broken the linux-amd64-race builder. See http://build.golang.org/log/5d2e8d909dc6383ab613ebdcf90ce230cd39320e
11 years ago (2014-04-21 09:30:50 UTC) #7
brainman
On 2014/04/21 09:30:50, gobot wrote: > This CL appears to have broken the linux-amd64-race builder. ...
11 years ago (2014-04-21 09:37:15 UTC) #8
brainman
11 years ago (2014-04-21 10:15:43 UTC) #9
Message was sent while issue was closed.
On 2014/04/21 09:37:15, brainman wrote:
> On 2014/04/21 09:30:50, gobot wrote:
> > This CL appears to have broken the linux-amd64-race builder.
> > See http://build.golang.org/log/5d2e8d909dc6383ab613ebdcf90ce230cd39320e
> 

I will disable new test on some systems:
https://codereview.appspot.com/89810043/.

Alex
Sign in to reply to this message.

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