X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=vendor%2Fgolang.org%2Fx%2Fsys%2Funix%2Fasm_linux_arm.s;fp=vendor%2Fgolang.org%2Fx%2Fsys%2Funix%2Fasm_linux_arm.s;h=cf0b57465822d141765306422924858e15d8835c;hb=ccc8361b42f427774c3af566fbab32bb14d33ef4;hp=0000000000000000000000000000000000000000;hpb=d769c89103ea2d03047c879039f7623623605897;p=bytom%2Fequity.git diff --git a/vendor/golang.org/x/sys/unix/asm_linux_arm.s b/vendor/golang.org/x/sys/unix/asm_linux_arm.s new file mode 100644 index 0000000..cf0b574 --- /dev/null +++ b/vendor/golang.org/x/sys/unix/asm_linux_arm.s @@ -0,0 +1,29 @@ +// 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. + +// +build !gccgo + +#include "textflag.h" + +// +// System calls for arm, Linux +// + +// Just jump to package syscall's implementation for all these functions. +// The runtime may know about them. + +TEXT ·Syscall(SB),NOSPLIT,$0-28 + B syscall·Syscall(SB) + +TEXT ·Syscall6(SB),NOSPLIT,$0-40 + B syscall·Syscall6(SB) + +TEXT ·RawSyscall(SB),NOSPLIT,$0-28 + B syscall·RawSyscall(SB) + +TEXT ·RawSyscall6(SB),NOSPLIT,$0-40 + B syscall·RawSyscall6(SB) + +TEXT ·seek(SB),NOSPLIT,$0-32 + B syscall·seek(SB)