diff options
author | Richard Henderson <rth@redhat.com> | 2014-05-25 12:33:00 -0400 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2014-05-25 12:33:00 -0400 |
commit | c69abcee726a6f63d9e5e8f0d9dcc79374ee3ef8 (patch) | |
tree | 0e2544da66e5f56c03fd6e7128c2f4bf166f95e5 | |
parent | 82aab97cbf74d03ff7eab70f918548e14fe0a370 (diff) | |
download | glibc-c69abcee726a6f63d9e5e8f0d9dcc79374ee3ef8.zip glibc-c69abcee726a6f63d9e5e8f0d9dcc79374ee3ef8.tar.gz glibc-c69abcee726a6f63d9e5e8f0d9dcc79374ee3ef8.tar.bz2 |
aarch64: Fix DO_CALL block comment
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/aarch64/sysdep.h | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2014-05-25 Richard Henderson <rth@twiddle.net> + * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix + block comment. + * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only define if !NOT_IN_libc. * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only diff --git a/sysdeps/unix/sysv/linux/aarch64/sysdep.h b/sysdeps/unix/sysv/linux/aarch64/sysdep.h index 8397ad3..e158ec6 100644 --- a/sysdeps/unix/sysv/linux/aarch64/sysdep.h +++ b/sysdeps/unix/sysv/linux/aarch64/sysdep.h @@ -148,7 +148,7 @@ __local_syscall_error: \ # endif /* Linux takes system call args in registers: - syscall number in the SVC instruction + syscall number x8 arg 1 x0 arg 2 x1 arg 3 x2 |