Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * arm/linux-syscalls0.S (SYSCALL0, SYSCALL3, SYSCALL6, SYSCALL4): | Nick Clifton | 2009-10-26 | 1 | -44/+0 |
| | | | | | Delete Thumb definitions - the ARM versions work correctly in Thumb mode. | ||||
* | 2006-10-03 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2006-10-03 | 1 | -3/+4 |
| | | | | * arm/linux-syscalls0.c: Rewrite bx insn architecture flag check to avoid use of __ARM_ARCH__. | ||||
* | 2006-10-02 Nick Clifton <nickc@redhat.com> | Jeff Johnston | 2006-10-02 | 1 | -0/+4 |
| | | | | | * arm/linux-syscalls0.c: Add arm architecture flag checks around bx insn. | ||||
* | 2006-07-04 Shaun Jackman <sjackman@gmail.com> | Shaun Jackman | 2006-07-04 | 1 | -0/+36 |
| | | | | | | | * arm/linux-syscalls0.S (ftruncate, getegid, geteuid, getgid, getgroups, getpgid, getpgrp, getuid, lchown, pause, pipe, setpgid, setgid, setsid, setuid, sigprocmask, sync, uname): New system call. | ||||
* | 2006-06-05 Shaun Jackman <sjackman@gmail.com> | Jeff Johnston | 2006-06-05 | 1 | -1/+0 |
| | | | | | * arm/linux-syscalls0.S (reboot): Remove. * arm/linux-syscalls1.c (reboot): New function. | ||||
* | 2006-05-30 Shaun Jackman <sjackman@gmail.com> | Jeff Johnston | 2006-05-30 | 1 | -0/+196 |
* arm/Makefile.in: Add Linux syscall interface. * arm/linux-crt0.S: New file. * arm/linux-syscall.h: New file. * arm/linux-syscalls0.S: New file. * arm/linux-syscalls1.c: New file. |