]> Cypherpunks repositories - gostls13.git/commit
all: final merge of NaCl tree
authorRuss Cox <rsc@golang.org>
Fri, 28 Feb 2014 01:37:00 +0000 (20:37 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 28 Feb 2014 01:37:00 +0000 (20:37 -0500)
commitd9c6ae6ae8359429a249b074b07baf5cbc894d7f
tree0a2882395bc78e5052e1e3b76bfe7c6704f15d7e
parent8d2465ab501eb186ffe869019f3d69b125954993
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://golang.org/cl/15750044
---

LGTM=bradfitz, dave, iant
R=dave, bradfitz, iant
CC=golang-codereviews
https://golang.org/cl/69040044
25 files changed:
include/link.h
src/cmd/5l/l.h
src/cmd/5l/obj.c
src/cmd/6l/asm.c
src/cmd/6l/l.h
src/cmd/6l/obj.c
src/cmd/8l/asm.c
src/cmd/8l/l.h
src/cmd/8l/obj.c
src/cmd/gc/doc.go
src/cmd/ld/data.c
src/cmd/ld/decodesym.c
src/cmd/ld/elf.c
src/cmd/ld/lib.c
src/cmd/ld/lib.h
src/cmd/ld/pcln.c
src/cmd/ld/pobj.c
src/liblink/asm6.c
src/liblink/asm8.c
src/liblink/obj5.c
src/liblink/obj6.c
src/liblink/obj8.c
src/liblink/sym.c
src/pkg/runtime/type.h
src/pkg/runtime/typekind.h