mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
sparc: Remove unused assignment in __clone
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.
This commit is contained in:
parent
df3a4e104f
commit
0b20e02c97
@ -1,3 +1,10 @@
|
||||
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):
|
||||
|
@ -48,7 +48,6 @@ ENTRY (__clone)
|
||||
expects. */
|
||||
sub %o1, 96, %o1
|
||||
mov %i3, %g3
|
||||
mov %i2, %g4
|
||||
|
||||
/* ptid */
|
||||
mov %i4,%o2
|
||||
|
@ -51,7 +51,6 @@ ENTRY (__clone)
|
||||
expects. Also, subtract STACK_BIAS. */
|
||||
sub %i1, 192 + 0x7ff, %o1
|
||||
mov %i3, %g3
|
||||
mov %i2, %g4
|
||||
|
||||
mov %i4,%o2 /* PTID */
|
||||
mov %i5,%o3 /* TLS */
|
||||
|
Loading…
x
Reference in New Issue
Block a user