Message ID | alpine.DEB.1.10.1410142204140.19130@tp.orcam.me.uk |
---|---|
State | Committed |
Headers | show |
On Tue, 14 Oct 2014, Maciej W. Rozycki wrote: > OK for trunk and 2.20 branch? > > 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com> > > [BZ #17485] > * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define. OK provided you've verified that the ABI tests still pass for o32, n32 and n64.
On Tue, 14 Oct 2014, Joseph S. Myers wrote: > > OK for trunk and 2.20 branch? > > > > 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com> > > > > [BZ #17485] > > * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define. > > OK provided you've verified that the ABI tests still pass for o32, n32 and > n64. No issues in ABI testing, I have applied the change to trunk and 2.20 now. Thanks for your review. Maciej
Index: glibc-fsf-trunk-quilt/sysdeps/unix/sysv/linux/mips/vfork.S =================================================================== --- glibc-fsf-trunk-quilt.orig/sysdeps/unix/sysv/linux/mips/vfork.S 2014-10-13 02:18:43.000000000 +0100 +++ glibc-fsf-trunk-quilt/sysdeps/unix/sysv/linux/mips/vfork.S 2014-10-13 02:45:37.941787468 +0100 @@ -108,3 +108,4 @@ NESTED(__vfork,FRAMESZ,sp) libc_hidden_def(__vfork) weak_alias (__vfork, vfork) +strong_alias (__vfork, __libc_vfork)