20000317 sourceware import
This commit is contained in:
9
libgloss/mn10300/trap.S
Normal file
9
libgloss/mn10300/trap.S
Normal file
@@ -0,0 +1,9 @@
|
||||
.text
|
||||
.global ___trap0
|
||||
___trap0:
|
||||
syscall
|
||||
cmp 0,d0
|
||||
beq .L0
|
||||
mov d0,(_errno)
|
||||
.L0:
|
||||
rets
|
Reference in New Issue
Block a user