From: Ulrich Drepper Date: Mon, 12 Apr 1999 09:04:12 +0000 (+0000) Subject: (INLINE_SYSCALL): Include the syscall name in assembler output for ease X-Git-Tag: glibc-2.16-ports-before-merge~2912 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9b40c2a26d37e4d8d506d009b217d6746cf1f4c;p=thirdparty%2Fglibc.git (INLINE_SYSCALL): Include the syscall name in assembler output for ease of debugging. --- diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h index d7e28220a70..7812e990753 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep.h +++ b/sysdeps/unix/sysv/linux/arm/sysdep.h @@ -114,7 +114,7 @@ { \ register int _a1 asm ("a1"); \ LOAD_ARGS_##nr (args) \ - asm volatile ("swi %1" \ + asm volatile ("swi %1 @ syscall " #name \ : "=r" (_a1) \ : "i" (SYS_ify(name)) ASM_ARGS_##nr \ : "a1"); \