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

Issue 7783044: code review 7783044: cmd/ld: replace -hostobj with -linkmode (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by rsc
Modified:
12 years, 2 months ago
Reviewers:
dave, albert.strasheim
CC:
golang-dev, minux1, bradfitz
Visibility:
Public.

Description

cmd/ld: replace -hostobj with -linkmode Still disabled. Need to fix TLS.

Patch Set 1 #

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

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

Total comments: 1

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

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

Patch Set 6 : diff -r 1f90b5850ae2 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -58 lines) Patch
M src/cmd/5l/asm.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/5l/obj.c View 1 2 chunks +6 lines, -0 lines 0 comments Download
M src/cmd/6l/asm.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/cmd/6l/obj.c View 1 2 3 4 3 chunks +14 lines, -16 lines 0 comments Download
M src/cmd/8l/asm.c View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/cmd/8l/obj.c View 1 2 3 4 3 chunks +14 lines, -16 lines 0 comments Download
M src/cmd/ld/data.c View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/cmd/ld/elf.c View 1 7 chunks +9 lines, -9 lines 0 comments Download
M src/cmd/ld/go.c View 1 2 chunks +19 lines, -6 lines 0 comments Download
M src/cmd/ld/lib.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/run.bash View 1 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 9
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 2 months ago (2013-03-18 20:12:10 UTC) #1
minux1
could you please leave issue 4069 open and just update it and lower its severity? ...
12 years, 2 months ago (2013-03-18 20:19:04 UTC) #2
minux1
https://codereview.appspot.com/7783044/diff/5001/src/cmd/8l/obj.c File src/cmd/8l/obj.c (right): https://codereview.appspot.com/7783044/diff/5001/src/cmd/8l/obj.c#newcode135 src/cmd/8l/obj.c:135: if(isobj) ?? and there are other occurrences of 'isobj' ...
12 years, 2 months ago (2013-03-18 20:24:12 UTC) #3
rsc
Hello golang-dev@googlegroups.com, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 2 months ago (2013-03-19 19:36:21 UTC) #4
rsc
Back to being disabled. I remembered that TLS does not work yet.
12 years, 2 months ago (2013-03-19 19:36:44 UTC) #5
bradfitz
LGTM On Tue, Mar 19, 2013 at 12:36 PM, <rsc@golang.org> wrote: > Hello golang-dev@googlegroups.com, minux.ma@gmail.com ...
12 years, 2 months ago (2013-03-19 19:38:07 UTC) #6
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=97cbf15abc2c *** cmd/ld: replace -hostobj with -linkmode Still disabled. Need to fix ...
12 years, 2 months ago (2013-03-19 19:47:01 UTC) #7
dave_cheney.net
This has broken many of the builders. Pretty much every one that uses cgo. On ...
12 years, 2 months ago (2013-03-19 20:05:46 UTC) #8
albert.strasheim
12 years, 2 months ago (2013-03-21 20:23:21 UTC) #9
Message was sent while issue was closed.
On 2013/03/19 20:05:46, dfc wrote:
> This has broken many of the builders. Pretty much every one that uses cgo. 

Something is still not right with extern variables:

https://code.google.com/p/go/issues/detail?id=5099
Sign in to reply to this message.

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