Message ID | 1500475732-22978-1-git-send-email-adhemerval.zanella@linaro.org |
---|---|
State | New |
Headers | show |
On 07/19/2017 04:48 AM, Adhemerval Zanella wrote: > Checked misc/tst-clone2 on alpha-linux-gnu. I will commit this shortly if > no one opposes. > > [BZ #21512] > * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Fix argument > passing to syscall exit. > --- Ok, thanks. r~
diff --git a/sysdeps/unix/sysv/linux/alpha/clone.S b/sysdeps/unix/sysv/linux/alpha/clone.S index 550461f..e7ee0af 100644 --- a/sysdeps/unix/sysv/linux/alpha/clone.S +++ b/sysdeps/unix/sysv/linux/alpha/clone.S @@ -98,6 +98,7 @@ thread_start: jsr ra, (pv) ldgp gp, 0(ra) + mov v0, a0 ldiq v0, __NR_exit call_pal PAL_callsys