diff options
author | Khem Raj <kraj@mvista.com> | 2006-10-07 06:50:44 +0000 |
---|---|---|
committer | Khem Raj <kraj@mvista.com> | 2006-10-07 06:50:44 +0000 |
commit | d0fa769212b66743c533c87735ca14adfddfc077 (patch) | |
tree | a501e01bbbe9b02f8523d7b9a5cf49645e56aafb /libc/sysdeps/linux/arm/Makefile.arch | |
parent | a6b914d56ab283bd9d75ce84849e37a0f75fa99d (diff) |
Add mmap function needed for ARM EABI and define thumb specific INTERNAL_SYSCALL macro which saves r7 before making the call and pops it back after return.
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/arm/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile.arch b/libc/sysdeps/linux/arm/Makefile.arch index eef7a9d1a..c599a22d0 100644 --- a/libc/sysdeps/linux/arm/Makefile.arch +++ b/libc/sysdeps/linux/arm/Makefile.arch @@ -5,7 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := brk.c ioperm.c iopl.c sigaction.c __syscall_error.c +CSRC := brk.c ioperm.c iopl.c mmap.c sigaction.c __syscall_error.c SSRC := \ __longjmp.S vfork.S clone.S setjmp.S bsd-setjmp.S \ |