repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
sys
/
sparc64
/
_exit.S
blob
174f721652ea3033a9ac686c218ffeac915cbebd
1
! _exit() system call
2
3
#include "sys/syscallasm.h"
4
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
11
12
! If that returns (yikes!), try an illegal insn ...
13
14
WORD (0)