fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / sparc64 / _exit.S
blob174f721652ea3033a9ac686c218ffeac915cbebd
1 ! _exit() system call
3 #include "sys/syscallasm.h"
5         TEXT_SECTION
6         ALIGN (4)
7         GLOBAL (ASM_SYMBOL (_exit))
8 ASM_SYMBOL (_exit):
9         mov     SYS_exit,%g1
10         ta      %icc,SYSCALL_TRAP
12 ! If that returns (yikes!), try an illegal insn ...
14         WORD (0)