diff options
author | Kai Backman <kaib@golang.org> | 2009-08-28 07:23:24 -0700 |
---|---|---|
committer | Kai Backman <kaib@golang.org> | 2009-08-28 07:23:24 -0700 |
commit | b979c01cf58ce2c5ed0865dc29ad0e88dc0233cc (patch) | |
tree | 6ad0a853a76980e3a4b096dc485ffc5890fc06d8 /src/pkg/syscall/asm_linux_arm.s | |
parent | f9b04504882297c3f9c388b1fb4fd38aa16bef7f (diff) | |
download | golang-b979c01cf58ce2c5ed0865dc29ad0e88dc0233cc.tar.gz |
64 bit lsh, sub, and/or/eor. some placeholder files in syscall and os.
R=rsc
APPROVED=rsc
DELTA=204 (139 added, 0 deleted, 65 changed)
OCL=34009
CL=34025
Diffstat (limited to 'src/pkg/syscall/asm_linux_arm.s')
-rw-r--r-- | src/pkg/syscall/asm_linux_arm.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pkg/syscall/asm_linux_arm.s b/src/pkg/syscall/asm_linux_arm.s new file mode 100644 index 000000000..024018d5a --- /dev/null +++ b/src/pkg/syscall/asm_linux_arm.s @@ -0,0 +1,4 @@ +// Copyright 2009 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + |