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

Issue 5488074: code review 5488074: ld: allow for IMAGE_REL_AMD64_ADDR32NB relocation type (Closed)

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

Description

ld: allow for IMAGE_REL_AMD64_ADDR32NB relocation type enable cgo again on windows/amd64

Patch Set 1 #

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

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

Total comments: 2

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

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

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

Messages

Total messages: 10
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 3 months ago (2011-12-14 04:41:30 UTC) #1
rsc
http://codereview.appspot.com/5488074/diff/1002/src/cmd/ld/ldpe.c File src/cmd/ld/ldpe.c (right): http://codereview.appspot.com/5488074/diff/1002/src/cmd/ld/ldpe.c#newcode285 src/cmd/ld/ldpe.c:285: case IMAGE_REL_AMD64_ADDR32NB: I would have expected this next to ...
13 years, 3 months ago (2011-12-14 04:51:30 UTC) #2
brainman
http://codereview.appspot.com/5488074/diff/1002/src/cmd/ld/ldpe.c File src/cmd/ld/ldpe.c (right): http://codereview.appspot.com/5488074/diff/1002/src/cmd/ld/ldpe.c#newcode285 src/cmd/ld/ldpe.c:285: case IMAGE_REL_AMD64_ADDR32NB: On 2011/12/14 04:51:30, rsc wrote: > I ...
13 years, 3 months ago (2011-12-14 05:26:23 UTC) #3
rsc
Wei, Do you know the right place to put this new case in the amd64 ...
13 years, 3 months ago (2011-12-14 05:31:58 UTC) #4
vcc
2011/12/14 Russ Cox <rsc@golang.org>: > Wei, > > Do you know the right place to ...
13 years, 3 months ago (2011-12-14 05:39:02 UTC) #5
brainman
On 2011/12/14 05:39:02, vcc wrote: > > Alex is right, and please make IMAGE_REL_AMD64_ADDR32 with ...
13 years, 3 months ago (2011-12-14 05:43:07 UTC) #6
brainman
Hello rsc@golang.org, vcc.163@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 3 months ago (2011-12-14 06:07:51 UTC) #7
vcc
2011/12/14 <alex.brainman@gmail.com>: > On 2011/12/14 05:39:02, vcc wrote: > >> Alex is right, and please ...
13 years, 3 months ago (2011-12-14 06:39:32 UTC) #8
rsc
LGTM
13 years, 3 months ago (2011-12-14 22:15:15 UTC) #9
brainman
13 years, 3 months ago (2011-12-15 23:32:21 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=a5c8d66c543f ***

ld: allow for IMAGE_REL_AMD64_ADDR32NB relocation type

enable cgo again on windows/amd64

R=rsc, vcc.163
CC=golang-dev
http://codereview.appspot.com/5488074
Sign in to reply to this message.

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