]> Cypherpunks repositories - gostls13.git/commit
Added enough arm related scaffolding to create a simple
authorKai Backman <kaib@golang.org>
Tue, 26 May 2009 18:18:42 +0000 (11:18 -0700)
committerKai Backman <kaib@golang.org>
Tue, 26 May 2009 18:18:42 +0000 (11:18 -0700)
commit79435569709b9cebcb30791b7a0994ed8471f609
treeab7b0d0719a3d8959a8b3db21ed8b29c7adf9592
parent802e1a610425f23199885362786d56437f65ca6f
Added enough arm related scaffolding to create a simple
hello.c program linking against the runtime.

R=rsc
APPROVED=rsc
DELTA=178  (175 added, 0 deleted, 3 changed)
OCL=29283
CL=29380
src/cmd/5l/5.out.h
src/runtime/Makefile
src/runtime/arm/asm.s [new file with mode: 0644]
src/runtime/arm/closure.c [new file with mode: 0644]
src/runtime/arm/traceback.s [new file with mode: 0644]
src/runtime/linux/arm/defs.h [new file with mode: 0644]
src/runtime/linux/arm/rt0.s [new file with mode: 0644]
src/runtime/linux/arm/signal.c [new file with mode: 0644]
src/runtime/linux/arm/sys.s [new file with mode: 0644]
src/runtime/linux/defs_arm.c [new file with mode: 0644]