summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/cris/syscall.S
diff options
context:
space:
mode:
authorTobias Anderberg <tobias.anderberg@axis.com>2002-09-16 08:08:37 +0000
committerTobias Anderberg <tobias.anderberg@axis.com>2002-09-16 08:08:37 +0000
commit35df59db508dbf23437f3253f25147191796e19f (patch)
tree59047d1c78611a04816d17cb8182666e1ae4b3b1 /libc/sysdeps/linux/cris/syscall.S
parentda6874a62e91b80e39cfd8f20a5b9d36ec28db0b (diff)
Initial version of the CRIS port.
Diffstat (limited to 'libc/sysdeps/linux/cris/syscall.S')
-rw-r--r--libc/sysdeps/linux/cris/syscall.S18
1 files changed, 18 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/cris/syscall.S b/libc/sysdeps/linux/cris/syscall.S
new file mode 100644
index 000000000..d52a6ba05
--- /dev/null
+++ b/libc/sysdeps/linux/cris/syscall.S
@@ -0,0 +1,18 @@
+#include <sys/syscall.h>
+
+ .globl __syscall_error
+__syscall_error:
+
+ neg.d $r10,$r10
+
+ push $r10
+ push $srp
+ jsr __errno_location
+ pop $srp
+ pop $r11
+ move.d $r11,[$r10]
+
+ moveq -1, $r10
+ ret
+ nop
+