summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/asm_linux_arm.s
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-5/+73
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-3/+3
(eliminate assumption of package global name space, make code easier to move between packages). R=r CC=golang-dev http://codereview.appspot.com/194072
2009-10-25proper syscall convention for armKai Backman1-6/+3
R=rsc http://go/go-review/1015009
2009-10-15rename sys functions to runtime,Russ Cox1-4/+4
because they are in package runtime. another step to enforcing package boundaries. R=r DELTA=732 (114 added, 93 deleted, 525 changed) OCL=35811 CL=35824
2009-10-08dupok, gcc compile fix, sync and syscall asm fixKai Backman1-3/+6
R=rsc APPROVED=rsc DELTA=27 (18 added, 0 deleted, 9 changed) OCL=35503 CL=35505
2009-10-01some progress on arm linux syscall interface. ztypes_linux_armKai Backman1-0/+53
still has problems with godefs. R=rsc APPROVED=rsc DELTA=801 (134 added, 235 deleted, 432 changed) OCL=35189 CL=35211
2009-08-2864 bit lsh, sub, and/or/eor. some placeholder files in syscall and os.Kai Backman1-0/+4
R=rsc APPROVED=rsc DELTA=204 (139 added, 0 deleted, 65 changed) OCL=34009 CL=34025