diff options
author | Andreas Jaeger <aj@suse.de> | 2004-01-11 12:23:20 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2004-01-11 12:23:20 +0000 |
commit | 7e7458e3015fdc8056e0982d1906d10b468577e1 (patch) | |
tree | c4a1f146f12348b0a95aa8f60c13c15df74cbeb1 /linuxthreads | |
parent | 5b2da5f395dfee8dbb0b451f2065190435804fa7 (diff) | |
download | glibc-7e7458e3015fdc8056e0982d1906d10b468577e1.zip glibc-7e7458e3015fdc8056e0982d1906d10b468577e1.tar.gz glibc-7e7458e3015fdc8056e0982d1906d10b468577e1.tar.bz2 |
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')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S | 2 |
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 bec622e..25d1d3f 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. */ |