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

Issue 3533041: code review 3533041: Fix windows build. (Closed)

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

Description

Fix windows build.

Patch Set 1 #

Patch Set 2 : code review 3533041: Fix windows build. #

Total comments: 4

Patch Set 3 : code review 3533041: Fix windows build. #

Patch Set 4 : code review 3533041: Fix windows build. #

Patch Set 5 : code review 3533041: Fix windows build. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -21 lines) Patch
M src/cmd/ld/data.c View 1 2 3 4 1 chunk +2 lines, -1 line 2 comments Download
M src/pkg/Makefile View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/pkg/runtime/windows/mem.c View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/windows/thread.c View 2 chunks +18 lines, -18 lines 0 comments Download

Messages

Total messages: 10
vcc
Hello golang-dev@googlegroups.com, I'd like you to review this change.
14 years, 7 months ago (2010-12-09 05:13:35 UTC) #1
brainman
LGTM. You're too quick <g>!
14 years, 7 months ago (2010-12-09 12:36:15 UTC) #2
brainman
http://codereview.appspot.com/3533041/diff/2001/src/cmd/8l/obj.c File src/cmd/8l/obj.c (right): http://codereview.appspot.com/3533041/diff/2001/src/cmd/8l/obj.c#newcode589 src/cmd/8l/obj.c:589: if(s->type != SBSS && !s->dupok && !(s->type == SDYNIMPORT ...
14 years, 7 months ago (2010-12-09 12:36:25 UTC) #3
vcc
Fixed runtime/cgo build, please take another look. To make new cgo work on windows, we ...
14 years, 7 months ago (2010-12-09 13:43:07 UTC) #4
rsc
Wow, thanks for the quick fix! > To make new cgo work on windows, we ...
14 years, 7 months ago (2010-12-09 15:17:06 UTC) #5
rsc
> http://codereview.appspot.com/3533041/diff/2001/src/cmd/8l/obj.c#newcode589 > src/cmd/8l/obj.c:589: if(s->type != SBSS && !s->dupok && !(s->type == > SDYNIMPORT && ...
14 years, 7 months ago (2010-12-09 18:20:50 UTC) #6
vcc
update, please take another look.
14 years, 6 months ago (2010-12-13 02:47:00 UTC) #7
rsc1
LGTM http://codereview.appspot.com/3533041/diff/18001/src/cmd/ld/data.c File src/cmd/ld/data.c (right): http://codereview.appspot.com/3533041/diff/18001/src/cmd/ld/data.c#newcode169 src/cmd/ld/data.c:169: if (thechar != '8' || HEADTYPE != 10) ...
14 years, 6 months ago (2010-12-13 03:19:52 UTC) #8
brainman
http://codereview.appspot.com/3533041/diff/18001/src/cmd/ld/data.c File src/cmd/ld/data.c (right): http://codereview.appspot.com/3533041/diff/18001/src/cmd/ld/data.c#newcode169 src/cmd/ld/data.c:169: if (thechar != '8' || HEADTYPE != 10) // ...
14 years, 6 months ago (2010-12-13 04:11:26 UTC) #9
brainman
14 years, 6 months ago (2010-12-13 05:41:11 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=a584ef373b47 ***

Fix windows build.

R=brainman, rsc
CC=golang-dev
http://codereview.appspot.com/3533041

Committer: Alex Brainman <alex.brainman@gmail.com>
Sign in to reply to this message.

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