]> Cypherpunks repositories - gostls13.git/commit
add stub routines stackalloc() and stackfree().
authorRuss Cox <rsc@golang.org>
Thu, 4 Dec 2008 16:30:54 +0000 (08:30 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 4 Dec 2008 16:30:54 +0000 (08:30 -0800)
commit79e1db2da13b0d9aafe39831bdb0c1b7940aab0c
treee2b3b906ca88ce3e8ce7a528bde4a4f3e69f94c2
parentc7bab46d0f3d4ddf13522470d49ed7d69642760c
add stub routines stackalloc() and stackfree().
run oldstack on g0's stack, just like newstack does,
so that oldstack can free the old stack.

R=r
DELTA=53  (44 added, 0 deleted, 9 changed)
OCL=20404
CL=20433
src/runtime/Makefile
src/runtime/proc.c
src/runtime/rt0_amd64.s
src/runtime/runtime.h
src/runtime/stack.c [new file with mode: 0644]