]> Cypherpunks repositories - gostls13.git/commit
Runtime is now starting up with a dummy c program as target:
authorKai Backman <kaib@golang.org>
Tue, 23 Jun 2009 18:54:23 +0000 (11:54 -0700)
committerKai Backman <kaib@golang.org>
Tue, 23 Jun 2009 18:54:23 +0000 (11:54 -0700)
commitbe639b9a51294413be3dc8aa6583654d82e63b97
tree5516e0a0ca78f18d355f63ede13e9b49e452da88
parentb6ce2a72e1dc6a5bf0fc1dc1c270f7bcbc5197c9
Runtime is now starting up with a dummy c program as target:
- morestack and gosave/gogo/gocall support
- memclr and memset from inferno
- bugfixes in _rt0_arm

R=rsc
APPROVED=rsc
DELTA=304  (174 added, 36 deleted, 94 changed)
OCL=30636
CL=30642
src/cmd/5l/noop.c
src/pkg/runtime/Makefile
src/pkg/runtime/arm/asm.s
src/pkg/runtime/arm/memset.s [new file with mode: 0644]
src/pkg/runtime/linux/arm/sys.s