diff options
-rw-r--r-- | sysdeps/arm/abi-note.S | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/lxstat.c | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/sysdep.h | 12 |
3 files changed, 6 insertions, 8 deletions
diff --git a/sysdeps/arm/abi-note.S b/sysdeps/arm/abi-note.S index 1060c3d280..07bd4c4619 100644 --- a/sysdeps/arm/abi-note.S +++ b/sysdeps/arm/abi-note.S @@ -6,4 +6,3 @@ .eabi_attribute 24, 1 #include <csu/abi-note.S> - diff --git a/sysdeps/unix/sysv/linux/arm/lxstat.c b/sysdeps/unix/sysv/linux/arm/lxstat.c index 2371cd9719..0efa0aea49 100644 --- a/sysdeps/unix/sysv/linux/arm/lxstat.c +++ b/sysdeps/unix/sysv/linux/arm/lxstat.c @@ -1,2 +1 @@ #include <sysdeps/unix/sysv/linux/i386/lxstat.c> - diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h index dcd99198cc..700c1cec7e 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep.h +++ b/sysdeps/unix/sysv/linux/arm/sysdep.h @@ -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] |