]> Cypherpunks repositories - gostls13.git/commit
runtime: split extern.go into debug.go, extern.go, sig.go.
authorRuss Cox <rsc@golang.org>
Tue, 22 Jun 2010 03:53:49 +0000 (20:53 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 22 Jun 2010 03:53:49 +0000 (20:53 -0700)
commite63ae242e6961da099e838dc9412a9d515a628f3
tree7d6ed7dee84cf5ac9182a9b022f6ccc025256d8b
parent44ca04d3d60250abe69c0f8fe000666fa4e91386
runtime: split extern.go into debug.go, extern.go, sig.go.
move mal next to the other malloc functions.

R=r
CC=golang-dev
https://golang.org/cl/1701045
src/pkg/runtime/Makefile
src/pkg/runtime/debug.go [new file with mode: 0644]
src/pkg/runtime/extern.go
src/pkg/runtime/malloc.goc
src/pkg/runtime/runtime1.goc
src/pkg/runtime/sig.go [new file with mode: 0644]