about summary refs log tree commit diff
path: root/linuxthreads/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-07 09:11:24 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-07 09:11:24 +0000
commitfef710d61dac98eea1ea93ce39e9b51a96979612 (patch)
treea781da8516c31045eaa96246b23c3724fe4b1213 /linuxthreads/sysdeps
parent65c689907900378bc3daf394a40b6a046595caab (diff)
downloadglibc-fef710d61dac98eea1ea93ce39e9b51a96979612.tar.gz
glibc-fef710d61dac98eea1ea93ce39e9b51a96979612.tar.xz
glibc-fef710d61dac98eea1ea93ce39e9b51a96979612.zip
Update.
2003-02-07  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/x86_64/td_ta_map_lwp2thr.c: New file.
Diffstat (limited to 'linuxthreads/sysdeps')
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S
index 28989eaa14..22e2d86d97 100644
--- a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S
+++ b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S
@@ -31,7 +31,7 @@ ENTRY (__vfork)
 	cmpq	$0, __libc_pthread_functions(%rip)
 #else
 	.weak	__pthread_fork
-	movq	$__pthread_fork, %eax
+	movq	$__pthread_fork, %rax
 	testq	%rax, %rax
 #endif
 	jne	HIDDEN_JUMPTARGET (__fork)