aarch64: Tabify sysdep-cancel.h

This commit is contained in:
Richard Henderson 2014-05-25 13:00:00 -04:00
parent 26b0d2e1a1
commit af4e8ef944
2 changed files with 56 additions and 51 deletions

View File

@ -1,3 +1,8 @@
2014-05-29 Richard Henderson <rth@twiddle.net>
* sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
whitespace; tabs before and after asm mnemonics.
2014-05-29 Eric Wong <normalperson@yhbt.net> 2014-05-29 Eric Wong <normalperson@yhbt.net>
[BZ #15132] [BZ #15132]

View File

@ -29,7 +29,7 @@
.section ".text"; \ .section ".text"; \
.type __##syscall_name##_nocancel,%function; \ .type __##syscall_name##_nocancel,%function; \
.globl __##syscall_name##_nocancel; \ .globl __##syscall_name##_nocancel; \
__##syscall_name##_nocancel: \ __##syscall_name##_nocancel: \
cfi_startproc; \ cfi_startproc; \
DO_CALL (syscall_name, args); \ DO_CALL (syscall_name, args); \
cmn x0, 4095; \ cmn x0, 4095; \
@ -37,14 +37,14 @@
PSEUDO_RET; \ PSEUDO_RET; \
cfi_endproc; \ cfi_endproc; \
.size __##syscall_name##_nocancel,.-__##syscall_name##_nocancel; \ .size __##syscall_name##_nocancel,.-__##syscall_name##_nocancel; \
ENTRY (name); \ ENTRY (name); \
SINGLE_THREAD_P; \ SINGLE_THREAD_P; \
bne .Lpseudo_cancel; \ bne .Lpseudo_cancel; \
DO_CALL (syscall_name, 0); \ DO_CALL (syscall_name, 0); \
cmn x0, 4095; \ cmn x0, 4095; \
b.cs .Lsyscall_error; \ b.cs .Lsyscall_error; \
PSEUDO_RET; \ PSEUDO_RET; \
.Lpseudo_cancel: \ .Lpseudo_cancel: \
DOCARGS_##args; /* save syscall args etc. around CENABLE. */ \ DOCARGS_##args; /* save syscall args etc. around CENABLE. */ \
CENABLE; \ CENABLE; \
mov x16, x0; /* put mask in safe place. */ \ mov x16, x0; /* put mask in safe place. */ \
@ -185,7 +185,7 @@ extern int __local_multiple_threads attribute_hidden;
cfi_restore (x0); \ cfi_restore (x0); \
cfi_restore (x30); \ cfi_restore (x30); \
cfi_adjust_cfa_offset (-16); \ cfi_adjust_cfa_offset (-16); \
cmp w16, 0 cmp w16, 0;
# endif # endif
# endif # endif