about summary refs log tree commit diff
path: root/linuxthreads/sysdeps/unix
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2004-01-11 12:23:20 +0000
committerAndreas Jaeger <aj@suse.de>2004-01-11 12:23:20 +0000
commit7e7458e3015fdc8056e0982d1906d10b468577e1 (patch)
treec4a1f146f12348b0a95aa8f60c13c15df74cbeb1 /linuxthreads/sysdeps/unix
parent5b2da5f395dfee8dbb0b451f2065190435804fa7 (diff)
downloadglibc-7e7458e3015fdc8056e0982d1906d10b468577e1.tar.gz
glibc-7e7458e3015fdc8056e0982d1906d10b468577e1.tar.xz
glibc-7e7458e3015fdc8056e0982d1906d10b468577e1.zip
Update.
2004-01-11  Andreas Jaeger  <aj@suse.de>

	* sysdeps/x86_64/__longjmp.S: Add cfi directives.

	* sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_CLONE_SYSCALL):
Diffstat (limited to 'linuxthreads/sysdeps/unix')
-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 bec622ecee..25d1d3f96a 100644
--- a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S
+++ b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S
@@ -47,7 +47,7 @@ ENTRY (__vfork)
 
 	/* Push back the return PC.  */
 	pushq	%rdi
-	cfi_adjust_cfa_offset(-7)
+	cfi_adjust_cfa_offset(8)
 
 	cmpl	$-4095, %eax
 	jae SYSCALL_ERROR_LABEL		/* Branch forward if it failed.  */