diff options
author | Khem Raj <kraj@mvista.com> | 2008-04-20 08:10:37 +0000 |
---|---|---|
committer | Khem Raj <kraj@mvista.com> | 2008-04-20 08:10:37 +0000 |
commit | 4862934e781193817b70848414c866f89fa3d934 (patch) | |
tree | 698c798b7b1cdf9fb97d15968780952b15426cff /libc | |
parent | 0b17d90591759fccd1dcb37247425064773a413b (diff) |
Fix mmap64 undefined on arm oabi with pure thumb1 patchset. Thanks Tobias Poschwatta
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/arm/mmap64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/arm/mmap64.S b/libc/sysdeps/linux/arm/mmap64.S index 73d6b51ce..707154124 100644 --- a/libc/sysdeps/linux/arm/mmap64.S +++ b/libc/sysdeps/linux/arm/mmap64.S @@ -104,6 +104,7 @@ mmap64: b __syscall_error #endif #else /* !__ARM_EABI__ */ +mmap64: stmfd sp!, {r4, r5, lr} ldr r5, [sp, $16] ldr r4, [sp, $12] |