glibc/sysdeps/unix/sysv
H.J. Lu f8ff5a3cc2 i386/clone.S: Remove redundant EBX load
There is no neeed for

	call	L(here)
L(here):
	popl	%ebx
	addl	$_GLOBAL_OFFSET_TABLE_+[.-L(here)], %ebx

before

	movl	%eax, %ebx
2021-02-22 04:29:19 -08:00
..
linux i386/clone.S: Remove redundant EBX load 2021-02-22 04:29:19 -08:00