]> sourceware.org Git - glibc.git/commitdiff
Make inline syscall to _exit.
authorAndreas Schwab <schwab@suse.de>
Sun, 15 Dec 2002 21:39:21 +0000 (21:39 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 15 Dec 2002 21:39:21 +0000 (21:39 +0000)
sysdeps/unix/sysv/linux/m68k/clone.S

index e19172a8f75f46e263ac196d0b54c1370cad6f3f..6baf723d9b14fc208cebd3f69a06774ebcb91d1c 100644 (file)
@@ -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)
 
This page took 0.045738 seconds and 5 git commands to generate.