OSDN Git Service

Fix mmap64 undefined on arm oabi with pure thumb1 patchset. Thanks Tobias Poschwatta
authorKhem Raj <kraj@mvista.com>
Sun, 20 Apr 2008 08:10:37 +0000 (08:10 -0000)
committerKhem Raj <kraj@mvista.com>
Sun, 20 Apr 2008 08:10:37 +0000 (08:10 -0000)
libc/sysdeps/linux/arm/mmap64.S

index 73d6b51..7071541 100644 (file)
@@ -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]