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

Issue 35980043: code review 35980043: liblink, cmd/ld, cmd/6l, cmd/8l: add support for GOOS=s... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 4 months ago by aram
Modified:
10 years, 2 months ago
CC:
golang-codereviews
Visibility:
Public.

Description

liblink, cmd/ld, cmd/6l, cmd/8l: add support for GOOS=solaris

Patch Set 1 #

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

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

Patch Set 4 : diff -r bddf2a72f5e1 https://code.google.com/p/go #

Patch Set 5 : diff -r bddf2a72f5e1 https://code.google.com/p/go #

Patch Set 6 : diff -r 6835745cc243 https://code.google.com/p/go #

Patch Set 7 : diff -r 6835745cc243 https://code.google.com/p/go #

Patch Set 8 : diff -r 6835745cc243 https://code.google.com/p/go #

Patch Set 9 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 10 : diff -r 17615253b9e8 https://code.google.com/p/go #

Total comments: 2

Patch Set 11 : diff -r 17615253b9e8 https://code.google.com/p/go #

Patch Set 12 : diff -r d45af824172f https://code.google.com/p/go #

Total comments: 2

Patch Set 13 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 14 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 15 : diff -r c4b7c0824984 https://code.google.com/p/go #

Patch Set 16 : diff -r 1e52bf0c539c https://code.google.com/p/go #

Patch Set 17 : diff -r 1e52bf0c539c https://code.google.com/p/go #

Total comments: 2

Patch Set 18 : diff -r 884801fb67af https://code.google.com/p/go #

Patch Set 19 : diff -r 884801fb67af https://code.google.com/p/go #

Total comments: 4

Patch Set 20 : diff -r 99a1e180eda3 https://code.google.com/p/go #

Patch Set 21 : diff -r 99a1e180eda3 https://code.google.com/p/go #

Patch Set 22 : diff -r ff8459d06e3f https://code.google.com/p/go #

Patch Set 23 : diff -r 322f646feecb https://code.google.com/p/go #

Patch Set 24 : diff -r 322f646feecb https://code.google.com/p/go #

Total comments: 11

Patch Set 25 : diff -r 322f646feecb https://code.google.com/p/go #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -30 lines) Patch
M include/link.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/6l/asm.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 6 chunks +17 lines, -2 lines 2 comments Download
M src/cmd/6l/obj.c View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -0 lines 0 comments Download
M src/cmd/8l/asm.c View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/ld/data.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +2 lines, -5 lines 0 comments Download
M src/cmd/ld/doc.go View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M src/cmd/ld/elf.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/ld/elf.c View 1 2 3 4 5 6 7 8 3 chunks +25 lines, -10 lines 0 comments Download
M src/cmd/ld/lib.c View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -1 line 0 comments Download
M src/cmd/ld/symtab.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -2 lines 0 comments Download
M src/liblink/asm6.c View 1 2 3 4 5 6 7 8 9 10 11 12 20 21 6 chunks +14 lines, -8 lines 0 comments Download
M src/liblink/obj6.c View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -2 lines 0 comments Download
M src/liblink/sym.c View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 19
aram
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 4 months ago (2013-12-10 20:39:45 UTC) #1
jsing
https://codereview.appspot.com/35980043/diff/170001/src/cmd/6l/obj.c File src/cmd/6l/obj.c (right): https://codereview.appspot.com/35980043/diff/170001/src/cmd/6l/obj.c#newcode115 src/cmd/6l/obj.c:115: case Hsolaris: /* solaris */ Please align comment with ...
10 years, 4 months ago (2013-12-11 14:08:31 UTC) #2
rsc
Thanks but the C part of the tree is still frozen. There are more linker ...
10 years, 4 months ago (2013-12-11 15:15:05 UTC) #3
aram
On Wed, Dec 11, 2013 at 4:15 PM, Russ Cox <rsc@golang.org> wrote: > Thanks but ...
10 years, 4 months ago (2013-12-11 15:22:31 UTC) #4
minux1
it seems we have to wait more time before we can submit changes to the ...
10 years, 4 months ago (2013-12-13 07:11:25 UTC) #5
gobot
Replacing golang-dev with golang-codereviews.
10 years, 4 months ago (2013-12-20 16:26:11 UTC) #6
aram
https://codereview.appspot.com/35980043/diff/170001/src/cmd/6l/obj.c File src/cmd/6l/obj.c (right): https://codereview.appspot.com/35980043/diff/170001/src/cmd/6l/obj.c#newcode115 src/cmd/6l/obj.c:115: case Hsolaris: /* solaris */ On 2013/12/11 14:08:31, jsing ...
10 years, 4 months ago (2013-12-21 21:33:08 UTC) #7
aram
Hello golang-codereviews@googlegroups.com, jsing@google.com, rsc@golang.org, minux.ma@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 4 months ago (2013-12-29 17:44:24 UTC) #8
gobot
R=rsc@golang.org (assigned by aram@mgk.ro)
10 years, 3 months ago (2014-01-07 11:13:35 UTC) #9
jsing
R=rsc LGTM, but wait for rsc or iant due to the more intrusive linker changes. ...
10 years, 3 months ago (2014-01-07 13:28:46 UTC) #10
aram
https://codereview.appspot.com/35980043/diff/310001/src/cmd/ld/symtab.c File src/cmd/ld/symtab.c (right): https://codereview.appspot.com/35980043/diff/310001/src/cmd/ld/symtab.c#newcode201 src/cmd/ld/symtab.c:201: putelfsyment(putelfstr(s->type == SDYNIMPORT ? s->extname:s->name), 0, 0, (STB_GLOBAL<<4)|STT_NOTYPE, 0, ...
10 years, 3 months ago (2014-01-09 15:09:02 UTC) #11
aram
Hello golang-codereviews@googlegroups.com, jsing@google.com, rsc@golang.org, minux.ma@gmail.com, gobot@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 3 months ago (2014-01-09 15:09:54 UTC) #12
iant
Partial look. https://codereview.appspot.com/35980043/diff/350001/src/cmd/6l/asm.c File src/cmd/6l/asm.c (right): https://codereview.appspot.com/35980043/diff/350001/src/cmd/6l/asm.c#newcode210 src/cmd/6l/asm.c:210: if(s->type == STEXT) { The notion of ...
10 years, 3 months ago (2014-01-10 22:29:14 UTC) #13
aram
Hello golang-codereviews@googlegroups.com, jsing@google.com, rsc@golang.org, minux.ma@gmail.com, gobot@golang.org, iant@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 3 months ago (2014-01-11 14:11:39 UTC) #14
aram
https://codereview.appspot.com/35980043/diff/350001/src/cmd/6l/asm.c File src/cmd/6l/asm.c (right): https://codereview.appspot.com/35980043/diff/350001/src/cmd/6l/asm.c#newcode210 src/cmd/6l/asm.c:210: if(s->type == STEXT) { On 2014/01/10 22:29:14, iant wrote: ...
10 years, 3 months ago (2014-01-11 14:11:44 UTC) #15
iant
https://codereview.appspot.com/35980043/diff/420001/src/cmd/ld/data.c File src/cmd/ld/data.c (left): https://codereview.appspot.com/35980043/diff/420001/src/cmd/ld/data.c#oldcode157 src/cmd/ld/data.c:157: if(r->sym != S && r->sym->type == SDYNIMPORT) As far ...
10 years, 3 months ago (2014-01-17 15:01:55 UTC) #16
rsc
Can you split this into multiple CLs? Let's do one that just deals with all ...
10 years, 3 months ago (2014-01-22 21:20:14 UTC) #17
minux1
https://codereview.appspot.com/35980043/diff/420001/src/cmd/ld/data.c File src/cmd/ld/data.c (left): https://codereview.appspot.com/35980043/diff/420001/src/cmd/ld/data.c#oldcode157 src/cmd/ld/data.c:157: if(r->sym != S && r->sym->type == SDYNIMPORT) On 2014/01/17 ...
10 years, 3 months ago (2014-01-23 08:30:10 UTC) #18
gobot
10 years, 2 months ago (2014-02-12 11:18:30 UTC) #19
Message was sent while issue was closed.
R=close (assigned by aram@mgk.ro)
Sign in to reply to this message.

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