projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ea9651
)
Make inline syscall to _exit.
author
Andreas Schwab
<schwab@suse.de>
Sun, 15 Dec 2002 21:39:21 +0000
(21:39 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 15 Dec 2002 21:39:21 +0000
(21:39 +0000)
sysdeps/unix/sysv/linux/m68k/clone.S
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/m68k/clone.S
b/sysdeps/unix/sysv/linux/m68k/clone.S
index
e19172a
..
6baf723
100644
(file)
--- a/
sysdeps/unix/sysv/linux/m68k/clone.S
+++ b/
sysdeps/unix/sysv/linux/m68k/clone.S
@@
-57,8
+57,9
@@
ENTRY (__clone)
thread_start:
subl %fp, %fp /* terminate the stack frame */
jsr (%a0)
- movel %d0, -(%sp)
- jbsr HIDDEN_JUMPTARGET (_exit)
+ movel %d0, %d1
+ movel #SYS_ify (exit), %d0
+ trap #0
PSEUDO_END (__clone)