]> Cypherpunks repositories - gostls13.git/commit
runtime: closures, defer bug fix for Native Client
authorRuss Cox <rsc@golang.org>
Fri, 23 Apr 2010 00:52:22 +0000 (17:52 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 23 Apr 2010 00:52:22 +0000 (17:52 -0700)
commitc6138efbcb3c69eb22be0e09740b4e74e6eff552
tree517171909ef7be7d91fcb865e558266aac65cc6d
parent6e80a01ab748e16428f5911523a1ad153b220fb0
runtime: closures, defer bug fix for Native Client

Enable package tests for Native Client build.

R=r
CC=golang-dev
https://golang.org/cl/957042
36 files changed:
misc/nacl/naclrun [new file with mode: 0755]
src/all-nacl.bash
src/cmd/8g/ggen.c
src/cmd/8l/asm.c
src/cmd/8l/l.h
src/cmd/8l/obj.c
src/cmd/8l/span.c
src/cmd/gotest/gotest
src/pkg/Makefile
src/pkg/os/stat_nacl.go
src/pkg/runtime/Makefile
src/pkg/runtime/malloc.h
src/pkg/runtime/mgc0.c
src/pkg/runtime/nacl/386/closure.c [new file with mode: 0644]
src/pkg/runtime/nacl/386/sys.s
src/pkg/runtime/nacl/thread.c
src/pkg/syscall/syscall_nacl.go
test/env.go
test/fixedbugs/bug243.go
test/nacl-pass.txt [deleted file]
test/nilptr/arrayindex.go
test/nilptr/arrayindex1.go
test/nilptr/arraytoslice.go
test/nilptr/arraytoslice1.go
test/nilptr/arraytoslice2.go
test/nilptr/slicearray.go
test/nilptr/structfield.go
test/nilptr/structfield1.go
test/nilptr/structfield2.go
test/nilptr/structfieldaddr.go
test/nul1.go
test/recover3.go
test/run
test/run-nacl [deleted file]
test/sigchld.go
test/stack.go