mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
ia64: syscall: add some helpful documentation
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
11520a5796
commit
88dd1da188
@ -1,3 +1,7 @@
|
||||
2013-12-29 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/syscall.S: Add a comment.
|
||||
|
||||
2013-12-25 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h
|
||||
|
@ -19,6 +19,10 @@
|
||||
#include <sysdep.h>
|
||||
|
||||
ENTRY(syscall)
|
||||
/* We are called like so:
|
||||
{out0,out1,...,out6} registers -> {NR, arg1, ..., arg6}
|
||||
Shift the register window so that {out1...out6} are available
|
||||
in {out0...out5} like the kernel syscall handler expects. */
|
||||
alloc r2=ar.pfs,1,0,8,0
|
||||
mov r15=r32 /* syscall number */
|
||||
break __BREAK_SYSCALL
|
||||
|
Loading…
Reference in New Issue
Block a user