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

Issue 4962051: code review 4962051: cgo: support for mingw 4.5.1 and newer (Closed)

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

Description

cgo: support for mingw-w64 4.5.1 and newer

Patch Set 1 #

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

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

Total comments: 2

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

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -8 lines) Patch
M src/cmd/ld/ldpe.c View 1 2 3 2 chunks +12 lines, -7 lines 1 comment Download
M src/pkg/runtime/cgo/amd64.S View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14
vcc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 10 months ago (2011-09-04 03:57:22 UTC) #1
rsc
Can you write this without the #ifdef? You are assuming that 6l (or 8l) and ...
13 years, 10 months ago (2011-09-05 11:46:16 UTC) #2
jp
http://codereview.appspot.com/4962051/diff/4001/src/cmd/ld/ldpe.c File src/cmd/ld/ldpe.c (right): http://codereview.appspot.com/4962051/diff/4001/src/cmd/ld/ldpe.c#newcode415 src/cmd/ld/ldpe.c:415: #if defined(_WIN64) && __GNUC__ >= 4 && __GNUC_MINOR__ >= ...
13 years, 10 months ago (2011-09-06 06:47:09 UTC) #3
vcc
I would suggest only support mingw-w64-4.5.1 and newer, since Win64 don't add underscore prefixes for ...
13 years, 10 months ago (2011-09-07 14:44:20 UTC) #4
jp
Does anybody use a version older than mingw-w64-4.5.1 ? On 2011/09/07 14:44:20, vcc wrote: > ...
13 years, 10 months ago (2011-09-09 13:31:39 UTC) #5
rsc
On Fri, Sep 9, 2011 at 09:31, <jp@webmaster.ms> wrote: > Does anybody use a version ...
13 years, 10 months ago (2011-09-12 18:39:59 UTC) #6
vcc
PTAL
13 years, 10 months ago (2011-09-13 12:14:18 UTC) #7
hector
http://codereview.appspot.com/4962051/diff/12001/src/cmd/ld/ldpe.c File src/cmd/ld/ldpe.c (right): http://codereview.appspot.com/4962051/diff/12001/src/cmd/ld/ldpe.c#newcode412 src/cmd/ld/ldpe.c:412: if(sym->sclass == IMAGE_SYM_CLASS_STATIC && sym->value == 0 && sym->type ...
13 years, 9 months ago (2011-10-04 21:04:30 UTC) #8
rsc
LGTM once Hector is happy with it.
13 years, 9 months ago (2011-10-05 15:57:14 UTC) #9
hector
LGTM, but will submit with the change suggested in my comment.
13 years, 9 months ago (2011-10-06 06:06:50 UTC) #10
hector
*** Submitted as http://code.google.com/p/go/source/detail?r=6bf2b47bba7b *** cgo: support for mingw-w64 4.5.1 and newer R=rsc, jp, hectorchu ...
13 years, 9 months ago (2011-10-06 06:22:52 UTC) #11
hector
Is there a way to force close this issue?
13 years, 9 months ago (2011-10-13 12:59:06 UTC) #12
rsc
removing reviewers
13 years, 9 months ago (2011-10-13 13:47:21 UTC) #13
rsc
13 years, 9 months ago (2011-10-13 13:48:09 UTC) #14
On Oct 13, 2011 at 08:59, hectorchu@gmail.com wrote:
> Is there a way to force close this issue?

The issue will close once Wei runs 'hg sync'.
The submit moves all the reviewers to the CC line,
so it should not show up in your code review
dashboard.

Your replying to the mail re-added you as a
reviewer, but I just moved you back to the 
CC line.

Russ
Sign in to reply to this message.

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