aboutsummaryrefslogtreecommitdiff
path: root/libgloss/arm/linux-syscalls0.S
AgeCommit message (Collapse)AuthorFilesLines
2020-03-02arm: Finish moving newlib to unified syntax for Thumb1Richard Earnshaw1-0/+11
Most code in newlib already uses unified syntax, but just a couple of laggards remain. This patch removes these and means the the entire code base has now been converted.
2009-10-26 * arm/linux-syscalls0.S (SYSCALL0, SYSCALL3, SYSCALL6, SYSCALL4):Nick Clifton1-44/+0
Delete Thumb definitions - the ARM versions work correctly in Thumb mode.
2006-10-032006-10-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-3/+4
* arm/linux-syscalls0.c: Rewrite bx insn architecture flag check to avoid use of __ARM_ARCH__.
2006-10-022006-10-02 Nick Clifton <nickc@redhat.com>Jeff Johnston1-0/+4
* arm/linux-syscalls0.c: Add arm architecture flag checks around bx insn.
2006-07-042006-07-04 Shaun Jackman <sjackman@gmail.com>Shaun Jackman1-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-052006-06-05 Shaun Jackman <sjackman@gmail.com>Jeff Johnston1-1/+0
* arm/linux-syscalls0.S (reboot): Remove. * arm/linux-syscalls1.c (reboot): New function.
2006-05-302006-05-30 Shaun Jackman <sjackman@gmail.com>Jeff Johnston1-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.