OSDN Git Service

Revert "syscall.c: Use common syscall.c for ARM"
authorKhem Raj <raj.khem@gmail.com>
Sun, 6 Sep 2009 08:02:02 +0000 (01:02 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 6 Sep 2009 08:02:50 +0000 (01:02 -0700)
commit3e151bdde55f608385099d761a22c2e8951448b0
treeeb5cd670707f50fe7050793ab977c94d2924d899
parent6943b8336ed253a2ad90816f8d16aa392d0de606
Revert "syscall.c: Use common syscall.c for ARM"

This reverts commit b1913a876059949e6c309bafade55e9425ef33fb.
OABI is still a requirement. So we override the common syscall
implementation specifically for arm port.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
libc/sysdeps/linux/arm/Makefile.arch
libc/sysdeps/linux/arm/syscall-eabi.S [new file with mode: 0644]
libc/sysdeps/linux/arm/syscall.c [new file with mode: 0644]