chiark / gitweb /
volume_id: provide libvolume_id.a file
[elogind.git] / klibc / klibc / arch / ia64 / syscall.S
1 #
2 # arch/ia64/syscall.S
3 #
4
5 #include <asm/unistd.h>
6         
7         .text
8         .align  32
9         .proc   __syscall_error
10         .globl  __syscall_error
11 __syscall_error:
12         addl    r2 = @ltoffx(errno),gp
13         ;;
14         ld8.mov r3 = [r2],errno
15         ;;
16         st4     [r3] = r8
17         mov     r8 = -1
18         br.ret.sptk.many b0
19         .size   __syscall_error, .-__syscall_error
20         .endp   __syscall_error