|
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
---
Total comments: 3
|
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
|
Total messages: 10
|