[PATCH] Fix bug with popen/pthread_create
Andreas Jaeger
aj@suse.de
Fri Feb 7 06:41:00 GMT 2003
Richard Henderson <rth@twiddle.net> writes:
> On Thu, Feb 06, 2003 at 09:08:31PM +0100, Jakub Jelinek wrote:
>> + .weak __pthread_fork
>> + movl $__pthread_fork, %eax
>> + testq %rax, %rax
>
> Not movq?
I agree - and would then use also %rax:
movq $__pthread_fork, %rax
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
More information about the Libc-hacker
mailing list