(INLINE_SYSCALL): Include the syscall name in assembler output for ease
authorUlrich Drepper <drepper@redhat.com>
Mon, 12 Apr 1999 09:04:12 +0000 (09:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 12 Apr 1999 09:04:12 +0000 (09:04 +0000)
of debugging.

sysdeps/unix/sysv/linux/arm/sysdep.h

index d7e2822..7812e99 100644 (file)
      {                                                         \
        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");                                   \