From d500130f313572651e1d299f1677f8d677060fb2 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 19 Jul 2017 11:45:37 -0300 Subject: alpha: Fix clone exit syscall argument passing (BZ#21512) This patch fixes the argument passing for exit syscall after the clone function returns on hppa. This fixes misc/tst-clone2 on alpha-linux-gnu. Checked misc/tst-clone2 on alpha-linux-gnu. [BZ #21512] * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Fix argument passing to syscall exit. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8618e26206..4a2ad6e675 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-07-19 Adhemerval Zanella + + * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Fix argument + passing to syscall exit. + 2017-07-19 DJ Delorie * grp/grp-merge.c (libc_hidden_def): Fix cast-after-dereference. -- cgit v1.2.3