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

Issue 69040044: code review 69040044: all: final merge of NaCl tree (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by rsc
Modified:
11 years, 3 months ago
Reviewers:
gobot, dave, iant, dvyukov, bradfitz
CC:
dave_cheney.net, bradfitz, iant, golang-codereviews
Visibility:
Public.

Description

all: final merge of NaCl tree This CL replays the following one CL from the rsc-go13nacl repo. This is the last replay CL: after this CL the main repo will have everything the rsc-go13nacl repo did. Changes made to the main repo after the rsc-go13nacl repo branched off probably mean that NaCl doesn't actually work after this CL, but all the code is now moved over and just needs to be redebugged. --- cmd/6l, cmd/8l, cmd/ld: support for Native Client See golang.org/s/go13nacl for design overview. This CL is publicly visible but not CC'ed to golang-dev, to avoid distracting from the preparation of the Go 1.2 release. This CL and the others will be checked into my rsc-go13nacl clone repo for now, and I will send CLs against the main repo early in the Go 1.3 development. R≡khr https://codereview.appspot.com/15750044 ---

Patch Set 1 #

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

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

Total comments: 3

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+633 lines, -115 lines) Patch
M include/link.h View 1 5 chunks +7 lines, -0 lines 0 comments Download
M src/cmd/5l/l.h View 1 1 chunk +1 line, -0 lines 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 3 chunks +3 lines, -0 lines 0 comments Download
M src/cmd/6l/l.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/cmd/6l/obj.c View 1 2 3 4 chunks +24 lines, -0 lines 0 comments Download
M src/cmd/8l/asm.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/8l/l.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/8l/obj.c View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M src/cmd/gc/doc.go View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/cmd/ld/data.c View 1 3 chunks +5 lines, -2 lines 0 comments Download
M src/cmd/ld/decodesym.c View 1 7 chunks +28 lines, -19 lines 0 comments Download
M src/cmd/ld/elf.c View 1 13 chunks +30 lines, -27 lines 0 comments Download
M src/cmd/ld/lib.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/cmd/ld/lib.c View 1 9 chunks +22 lines, -13 lines 0 comments Download
M src/cmd/ld/pcln.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/ld/pobj.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/liblink/asm6.c View 1 15 chunks +212 lines, -16 lines 0 comments Download
M src/liblink/asm8.c View 1 6 chunks +109 lines, -2 lines 0 comments Download
M src/liblink/obj5.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/liblink/obj6.c View 1 20 chunks +143 lines, -25 lines 0 comments Download
M src/liblink/obj8.c View 1 3 chunks +3 lines, -1 line 0 comments Download
M src/liblink/sym.c View 1 2 3 3 chunks +7 lines, -2 lines 0 comments Download
M src/pkg/runtime/type.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/typekind.h View 1 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 10
rsc
Hello dfc (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 3 months ago (2014-02-26 21:10:42 UTC) #1
bradfitz
LGTM
11 years, 3 months ago (2014-02-26 22:33:08 UTC) #2
dave_cheney.net
Passes on darwin/amd64, amd testing 386 and arm now. I have not attempted to cross ...
11 years, 3 months ago (2014-02-26 23:42:39 UTC) #3
dave_cheney.net
LGTM. linux/arm and linux/386 pass. I'll try some cross compilation experiments later tonight, I'm hopeful ...
11 years, 3 months ago (2014-02-27 00:18:59 UTC) #4
iant
LGTM https://codereview.appspot.com/69040044/diff/40001/src/cmd/6l/obj.c File src/cmd/6l/obj.c (right): https://codereview.appspot.com/69040044/diff/40001/src/cmd/6l/obj.c#newcode127 src/cmd/6l/obj.c:127: HEADR = 0x10000; Seems like it wouldn't be ...
11 years, 3 months ago (2014-02-27 00:52:10 UTC) #5
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=ffcbc9233426 *** all: final merge of NaCl tree This CL replays the ...
11 years, 3 months ago (2014-02-28 01:37:04 UTC) #6
gobot
This CL appears to have broken the windows-386-ec2 builder.
11 years, 3 months ago (2014-02-28 01:50:50 UTC) #7
dvyukov
we seem to have nacl maintainer, but what about the builder? On Fri, Feb 28, ...
11 years, 3 months ago (2014-02-28 09:07:12 UTC) #8
dave_cheney.net
I had hoped that the owners of the current linux/* builders (which I think is ...
11 years, 3 months ago (2014-02-28 09:50:08 UTC) #9
rsc
11 years, 3 months ago (2014-02-28 10:43:43 UTC) #10
we're going to set up a nacl builder on one of the linux builders.
it's not working yet - just merged - so we aren't exactly ready for the
builder just now.
but brad is on it.

russ
Sign in to reply to this message.

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