summaryrefslogtreecommitdiffstats
path: root/libgloss/arm/linux-syscalls0.S
Commit message (Collapse)AuthorAgeFilesLines
* * arm/linux-syscalls0.S (SYSCALL0, SYSCALL3, SYSCALL6, SYSCALL4):Nick Clifton2009-10-261-44/+0
| | | | | Delete Thumb definitions - the ARM versions work correctly in Thumb mode.
* 2006-10-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-10-031-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 Johnston2006-10-021-0/+4
| | | | | * arm/linux-syscalls0.c: Add arm architecture flag checks around bx insn.
* 2006-07-04 Shaun Jackman <sjackman@gmail.com>Shaun Jackman2006-07-041-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 Johnston2006-06-051-1/+0
| | | | | * arm/linux-syscalls0.S (reboot): Remove. * arm/linux-syscalls1.c (reboot): New function.
* 2006-05-30 Shaun Jackman <sjackman@gmail.com>Jeff Johnston2006-05-301-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.