It is no longer needed to preserve the flags parameter to `clone' since
the commit
c579f48edba88380635ab98cb612030e3ed8691e (Remove cached
PID/TID in clone).
Testing was performed successfully on sparcv9/Linux.
[BZ #21075]
* sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Remove
unused assignment.
* sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Likewise.
+2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
+
+ [BZ #21075]
+ * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Remove
+ unused assignment.
+ * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Likewise.
+
2017-02-06 Stefan Liebler <stli@linux.vnet.ibm.com>
* sysdeps/nptl/lowlevellock.h (lll_trylock, lll_cond_trylock):
expects. */
sub %o1, 96, %o1
mov %i3, %g3
- mov %i2, %g4
/* ptid */
mov %i4,%o2
expects. Also, subtract STACK_BIAS. */
sub %i1, 192 + 0x7ff, %o1
mov %i3, %g3
- mov %i2, %g4
mov %i4,%o2 /* PTID */
mov %i5,%o3 /* TLS */