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

Issue 5334046: code review 5334046: ld: fix .bss for ldpe. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by vcc
Modified:
13 years, 9 months ago
Reviewers:
CC:
mattn, rsc, brainman, golang-dev
Visibility:
Public.

Description

ld: fix .bss for ldpe. Fixes issue 2409.

Patch Set 1 #

Patch Set 2 : diff -r 71dc491f16f9 http://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 3 : diff -r 8c16afe28b0e http://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 2b44306d5914 http://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 5 : diff -r 68d902758434 http://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/cmd/ld/ldpe.c View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13
mattn
http://codereview.appspot.com/5334046/diff/2001/src/cmd/ld/ldpe.c File src/cmd/ld/ldpe.c (right): http://codereview.appspot.com/5334046/diff/2001/src/cmd/ld/ldpe.c#newcode286 src/cmd/ld/ldpe.c:286: rp->add =le32(rsect->base+rp->off); probably, it should check whether the object ...
13 years, 9 months ago (2011-11-07 04:30:11 UTC) #1
vcc
2011/11/7 <mattn.jp@gmail.com>: > > http://codereview.appspot.com/5334046/diff/2001/src/cmd/ld/ldpe.c > File src/cmd/ld/ldpe.c (right): > > http://codereview.appspot.com/5334046/diff/2001/src/cmd/ld/ldpe.c#newcode286 > src/cmd/ld/ldpe.c:286: rp->add ...
13 years, 9 months ago (2011-11-07 05:17:36 UTC) #2
mattn
try "gomake test" with chaning some lines of github.com/mattn/go-iconv. HMODULE iconv_lib = NULL; HMODULE msvcrt_lib ...
13 years, 9 months ago (2011-11-07 06:42:43 UTC) #3
mattn
Sorry. It's not a problem about "third library or not". It's a problem about "CGO ...
13 years, 9 months ago (2011-11-07 06:53:29 UTC) #4
vcc
hg uploaded, please try again, should fix this problem. 2011/11/7 <mattn.jp@gmail.com>: > try "gomake test" ...
13 years, 9 months ago (2011-11-07 09:02:48 UTC) #5
mattn
LGTM
13 years, 9 months ago (2011-11-07 09:13:07 UTC) #6
vcc
Hello mattn.jp@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to http://go.googlecode.com/hg/
13 years, 9 months ago (2011-11-08 04:23:21 UTC) #7
rsc
LGTM http://codereview.appspot.com/5334046/diff/11002/src/cmd/ld/ldpe.c File src/cmd/ld/ldpe.c (right): http://codereview.appspot.com/5334046/diff/11002/src/cmd/ld/ldpe.c#newcode286 src/cmd/ld/ldpe.c:286: rp->add =le32(rsect->base+rp->off); s/=/= /
13 years, 9 months ago (2011-11-09 21:14:15 UTC) #8
brainman
Fixes issue 2409. ? Sorry, I do not know enough to comment.
13 years, 9 months ago (2011-11-09 22:51:47 UTC) #9
vcc
On 2011/11/09 22:51:47, brainman wrote: > Fixes issue 2409. Yes, updated CL description.
13 years, 9 months ago (2011-11-10 04:26:16 UTC) #10
vcc
PTAL http://codereview.appspot.com/5334046/diff/11002/src/cmd/ld/ldpe.c File src/cmd/ld/ldpe.c (right): http://codereview.appspot.com/5334046/diff/11002/src/cmd/ld/ldpe.c#newcode286 src/cmd/ld/ldpe.c:286: rp->add =le32(rsect->base+rp->off); On 2011/11/09 21:14:15, rsc wrote: > ...
13 years, 9 months ago (2011-11-10 04:26:28 UTC) #11
rsc
LGTM
13 years, 9 months ago (2011-11-11 19:28:39 UTC) #12
rsc
13 years, 9 months ago (2011-11-11 19:40:29 UTC) #13
*** Submitted as http://code.google.com/p/go/source/detail?r=75af77c0c7db ***

ld: fix .bss for ldpe.

Fixes issue 2409.

R=mattn.jp, rsc, alex.brainman
CC=golang-dev
http://codereview.appspot.com/5334046

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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