aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64/__start_context.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-01-10 18:08:28 +0000
committerUlrich Drepper <drepper@redhat.com>2004-01-10 18:08:28 +0000
commit0e328c858adfe88356430f4822829cc60a239fc8 (patch)
tree59ee4d686e65134d41616f013eb5ef987bc11b1b /sysdeps/unix/sysv/linux/x86_64/__start_context.S
parent249a3d0c4ffb36f4aacdbae357b371d53325f674 (diff)
downloadglibc-0e328c858adfe88356430f4822829cc60a239fc8.zip
glibc-0e328c858adfe88356430f4822829cc60a239fc8.tar.gz
glibc-0e328c858adfe88356430f4822829cc60a239fc8.tar.bz2
Update.
2004-01-10 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/x86_64/__start_context.S: Add cfi directives. * sysdeps/unix/x86_64/sysdep.S (__syscall_error): Likewise. * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise. * sysdeps/x86_64/strcspn.S: Likewise. * sysdeps/x86_64/strspn.S: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64/__start_context.S')
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/__start_context.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/__start_context.S b/sysdeps/unix/sysv/linux/x86_64/__start_context.S
index a0ef3ed..37d3917 100644
--- a/sysdeps/unix/sysv/linux/x86_64/__start_context.S
+++ b/sysdeps/unix/sysv/linux/x86_64/__start_context.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 2002.
@@ -33,6 +33,7 @@ ENTRY(__start_context)
movq %rbx, %rsp
popq %rdi /* This is the next context. */
+ cfi_adjust_cfa_offset(-8)
testq %rdi, %rdi
je 2f /* If it is zero exit. */