Fix whitespace in ARM files to allow move.

This commit is contained in:
Joseph Myers 2014-02-08 01:52:38 +00:00
parent c6bfe5c4d7
commit 4ac049e1c9
3 changed files with 6 additions and 8 deletions

View File

@ -6,4 +6,3 @@
.eabi_attribute 24, 1
#include <csu/abi-note.S>

View File

@ -1,2 +1 @@
#include <sysdeps/unix/sysv/linux/i386/lxstat.c>

View File

@ -194,12 +194,12 @@ __local_syscall_error: \
The compiler is going to form a call by coming here, through PSEUDO, with
arguments
syscall number in the DO_CALL macro
arg 1 r0
arg 2 r1
arg 3 r2
arg 4 r3
arg 5 [sp]
syscall number in the DO_CALL macro
arg 1 r0
arg 2 r1
arg 3 r2
arg 4 r3
arg 5 [sp]
arg 6 [sp+4]
arg 7 [sp+8]