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

Issue 43130043: code review 43130043: cmd/ld: maintain correct headstring needed by windows port. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by minux1
Modified:
11 years, 3 months ago
Reviewers:
mattn, brainman, rsc, 0intro
CC:
brainman, mattn, rsc, golang-dev
Visibility:
Public.

Description

cmd/ld: maintain correct headstring needed by windows port. Fixes build for go_bootstrap. Fixes issue 6971.

Patch Set 1 #

Patch Set 2 : diff -r 27a98ee561a0 https://code.google.com/p/go #

Patch Set 3 : diff -r 27a98ee561a0 https://code.google.com/p/go #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M src/cmd/ld/lib.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/ld/pobj.c View 1 1 chunk +2 lines, -0 lines 1 comment Download

Messages

Total messages: 11
minux1
Hello alex.brainman@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 5 months ago (2013-12-17 03:13:24 UTC) #1
brainman
LGTM Thank you. There are still many broken tests. I have disabled them all here ...
11 years, 5 months ago (2013-12-17 03:18:03 UTC) #2
brainman
Also, probably, want to close issue 6971. Alex
11 years, 5 months ago (2013-12-17 03:18:59 UTC) #3
mattn
Do you have plan to separate to Hwindows/Hwindowsgui, don't you?
11 years, 5 months ago (2013-12-17 03:26:14 UTC) #4
minux1
On Dec 16, 2013 10:26 PM, <mattn.jp@gmail.com> wrote: > Do you have plan to separate ...
11 years, 5 months ago (2013-12-17 03:45:30 UTC) #5
minux1
On Dec 16, 2013 10:18 PM, <alex.brainman@gmail.com> wrote: > Also, probably, want to close issue ...
11 years, 5 months ago (2013-12-17 03:47:29 UTC) #6
mattn
Then, just to remove "headstring"? On Tuesday, December 17, 2013 12:45:29 PM UTC+9, minux wrote: ...
11 years, 5 months ago (2013-12-17 03:49:23 UTC) #7
mattn
Ah, I understand you are trying to do. LGTM
11 years, 5 months ago (2013-12-17 03:50:52 UTC) #8
rsc
LGTM
11 years, 5 months ago (2013-12-17 12:35:31 UTC) #9
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=fe20c205df9f *** cmd/ld: maintain correct headstring needed by windows port. Fixes build ...
11 years, 5 months ago (2013-12-17 12:36:03 UTC) #10
0intro
11 years, 5 months ago (2013-12-17 13:07:02 UTC) #11
https://codereview.appspot.com/43130043/diff/40001/src/cmd/ld/pobj.c
File src/cmd/ld/pobj.c (right):

https://codereview.appspot.com/43130043/diff/40001/src/cmd/ld/pobj.c#newcode141
src/cmd/ld/pobj.c:141: if (headstring == NULL)
NULL should be nil

It broke build on Plan 9.
Sign in to reply to this message.

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