commit | 1b14bdbf1ccec3e1aee176327988ad6b9d5e329c | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Sep 22 16:28:32 2009 -0700 |
committer | Russ Cox <rsc@golang.org> | Tue Sep 22 16:28:32 2009 -0700 |
tree | 901714cd753425b49cd353055bffac9af4996f73 | |
parent | 9e7f3a46d3682c3206202e3421d5034193feb2f7 [diff] |
changes to accommodate nacl: * change ldt0setup to set GS itself; nacl won't let us do it. * change breakpoint to INT $3 so 8l can translate to HLT for nacl. * panic if closure is needed on nacl. * do not try to access symbol table on nacl. * mmap in 64kB chunks. nacl support: * system calls, threading, locks. R=r DELTA=365 (357 added, 5 deleted, 3 changed) OCL=34880 CL=34906